summarylogtreecommitdiffstats
path: root/bibus.install
diff options
context:
space:
mode:
authorhaawda2017-03-18 23:23:28 +0100
committerhaawda2017-03-18 23:23:28 +0100
commit1209b1e48b89723ed6291800a9c06b7a8e018bd4 (patch)
tree1f510537c01b69f630b59a0ad962cd3c4bdb2e12 /bibus.install
parent864a16968854b791191996ae80968b52b4e0e739 (diff)
downloadaur-1209b1e48b89723ed6291800a9c06b7a8e018bd4.tar.gz
adopted and fixed
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
-}