summarylogtreecommitdiffstats
path: root/gnubik.install
diff options
context:
space:
mode:
Diffstat (limited to 'gnubik.install')
-rw-r--r--gnubik.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/gnubik.install b/gnubik.install
deleted file mode 100644
index 86d82cfff73d..000000000000
--- a/gnubik.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- echo -n "Updating icon cache... "
- gtk-update-icon-cache /usr/share/icons/hicolor
- echo "done."
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}