[debian-edu-commits] debian-edu/upstream/ 05/26: Make sure to remove all traces of the package on removal, and show what is going on.

Petter Reinholdtsen pere at moszumanska.debian.org
Mon Mar 31 07:28:16 UTC 2014


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

pere pushed a commit to branch master
in repository kde-icon-cache.

commit 01dc11c51a799d370c7b16a260d99fc958272dba
Author: pere <pere at 2f71faf1-f021-45ab-956e-ee25d755e2f5>
Date:   Wed Apr 4 19:53:17 2012 +0000

    Make sure to remove all traces of the package on removal, and show what is going on.
    
    git-svn-id: svn+ssh://svn.slxdrift.no/svnroot/oslo/trunk/src/kde-icon-cache@2456 2f71faf1-f021-45ab-956e-ee25d755e2f5
---
 update-kde-icon-cache | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/update-kde-icon-cache b/update-kde-icon-cache
index 9d52e91..86a415b 100755
--- a/update-kde-icon-cache
+++ b/update-kde-icon-cache
@@ -906,6 +906,7 @@ populate_cache() {
 }
 
 remove_cache() {
+    echo "Removing KDE icon cache"
     for f in $earlydir/*; do
 	if [ -L "$f" ] ; then
 	    link="$(readlink "$f")"
@@ -914,6 +915,7 @@ remove_cache() {
 	    fi
 	fi
     done
+    rmdir "$cachedir"
 }
 
 case "$1" in

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/kde-icon-cache.git



More information about the debian-edu-commits mailing list