diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-06-05 15:09:40 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-06-05 15:09:40 +0200 |
commit | 4ec85b860b210ba7c09123fef95b8eb24cd1828d (patch) | |
tree | 81a1ab337ddd1f38947123f9cc25a72320e8bb61 /debian/shotwell-common.postrm | |
parent | 64dbab030b2085b1bac05abdb618c81fbda3376a (diff) |
new debian/shotwell-common.postrm
Diffstat (limited to 'debian/shotwell-common.postrm')
-rw-r--r-- | debian/shotwell-common.postrm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/shotwell-common.postrm b/debian/shotwell-common.postrm new file mode 100644 index 0000000..2390561 --- /dev/null +++ b/debian/shotwell-common.postrm @@ -0,0 +1,16 @@ +#!/bin/sh + +set -e + + +case "$1" in + purge|remove) + + # + # rebuild icon cache + # + gtk-update-icon-cache /usr/share/icons/hicolor + +esac + +#DEBHELPER# |