summarylogtreecommitdiffstats
path: root/bibus.install
diff options
context:
space:
mode:
Diffstat (limited to 'bibus.install')
-rw-r--r--bibus.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/bibus.install b/bibus.install
deleted file mode 100644
index 2f704e1e0d85..000000000000
--- a/bibus.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
- post_upgrade
-}