diff options
Diffstat (limited to 'tools/indicator-uninstall.sh')
-rwxr-xr-x | tools/indicator-uninstall.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/indicator-uninstall.sh b/tools/indicator-uninstall.sh new file mode 100755 index 0000000..4ef81e1 --- /dev/null +++ b/tools/indicator-uninstall.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +rm -v "$(pkg-config --variable=indicatordir indicator3-0.4)/libnotifications.so" |