1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-16 07:24:23 +03:00
latte-dock/uninstall.sh

12 lines
334 B
Bash
Raw Normal View History

#!/bin/bash
#Author: Michail Vourlakos
2016-12-30 16:32:57 -05:00
#Summary: Uninstallation script for Latte Dock Panel
#This script was written and tested on openSuSe Leap 42.1
if [ -f build/install_manifest.txt ]; then
echo "Uninstallation file exists..."
sudo xargs rm < build/install_manifest.txt
else
echo "Uninstallation file does not exist."
fi