[bamf] 04/05: debian/bamfdaemon.postrm: Don't mess with /usr/share/applications manually.

Mike Gabriel sunweaver at debian.org
Sun Dec 18 15:35:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository bamf.

commit ee262496c85aee69de9a790db15af319877f8032
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Dec 13 10:29:48 2016 +0100

    debian/bamfdaemon.postrm: Don't mess with /usr/share/applications manually.
---
 debian/bamfdaemon.postrm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/bamfdaemon.postrm b/debian/bamfdaemon.postrm
index 1653759..dd1bcfd 100644
--- a/debian/bamfdaemon.postrm
+++ b/debian/bamfdaemon.postrm
@@ -3,7 +3,6 @@ set -e
 
 if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then
 	rm -f /usr/share/applications/bamf-2.index
-	rmdir --ignore-fail-on-non-empty /usr/share/applications
 fi
 
 #DEBHELPER#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/bamf.git



More information about the pkg-mate-commits mailing list