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