summarylogtreecommitdiffstats
path: root/runescape-launcher.install
diff options
context:
space:
mode:
Diffstat (limited to 'runescape-launcher.install')
-rw-r--r--runescape-launcher.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/runescape-launcher.install b/runescape-launcher.install
deleted file mode 100644
index bb10b7de03f0..000000000000
--- a/runescape-launcher.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-post_remove() {
- update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 et: