From 4425bc74d6bb679f143538027f28602bfe973425 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 16 Dec 2013 10:05:30 -0500 Subject: fix bitmask trigger, again. I misunderstood how they work, just need to place the files --- debian/bitmask.postinst | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 debian/bitmask.postinst (limited to 'debian/bitmask.postinst') diff --git a/debian/bitmask.postinst b/debian/bitmask.postinst deleted file mode 100644 index a0ab0d78..00000000 --- a/debian/bitmask.postinst +++ /dev/null @@ -1,26 +0,0 @@ -#! /bin/sh -set -e - -case "$1" in - configure) - if [ -e /usr/share/icons/hicolor/icon-theme.cache ]; then - rm /usr/share/icons/hicolor/icon-theme.cache - fi - if [ -x /usr/bin/gtk-update-icon-cache-3.0 ]; then - gtk-update-icon-cache-3.0 -q -t -f /usr/share/icons/hicolor - elif [ -x /usr/bin/gtk-update-icon-cache ]; then - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - fi - ;; - triggered) - exit 0 - ;; - abort-upgrade|abort-remove|abort-deconfigure) - ;; - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -#DEBHELPER# -- cgit v1.2.3