diff options
Diffstat (limited to 'indicator-uninstall.sh')
-rwxr-xr-x | indicator-uninstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indicator-uninstall.sh b/indicator-uninstall.sh index d92a26f..d1361a9 100755 --- a/indicator-uninstall.sh +++ b/indicator-uninstall.sh @@ -1,4 +1,4 @@ #!/bin/bash rm -v "/usr/share/dbus-1/services/indicator-notifications.service" -rm -v "$(pkg-config --variable=indicatordir indicator3)/libnotifications.so" +rm -v "$(pkg-config --variable=indicatordir indicator3-0.4)/libnotifications.so" |