summarylogtreecommitdiffstats
path: root/bitmask_client.install
diff options
context:
space:
mode:
Diffstat (limited to 'bitmask_client.install')
-rw-r--r--bitmask_client.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/bitmask_client.install b/bitmask_client.install
deleted file mode 100644
index 556949362efe..000000000000
--- a/bitmask_client.install
+++ /dev/null
@@ -1,19 +0,0 @@
-post_install() {
- echo -n "Updating desktop MIME database..."
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- echo " done."
-
- echo -n "Updating icon cache..."
- update-desktop-database -q
- echo " done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-
-# vim:set sw=2 sts=2 et: