summarylogtreecommitdiffstats
path: root/referencer.install
diff options
context:
space:
mode:
Diffstat (limited to 'referencer.install')
-rw-r--r--referencer.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/referencer.install b/referencer.install
deleted file mode 100644
index 373d1bf79763..000000000000
--- a/referencer.install
+++ /dev/null
@@ -1,18 +0,0 @@
-post_install() {
- gtk-update-icon-cache /usr/share/icons/hicolor > /dev/null 2>&1
- update-mime-database /usr/share/mime > /dev/null 2>&1
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-
-op=$1
-shift
-
-$op $*