summarylogtreecommitdiffstats
path: root/runescape-launcher.install
diff options
context:
space:
mode:
Diffstat (limited to 'runescape-launcher.install')
-rw-r--r--runescape-launcher.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/runescape-launcher.install b/runescape-launcher.install
deleted file mode 100644
index 9ed6c05de85f..000000000000
--- a/runescape-launcher.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-post_remove() {
- post_install "$1"
-}
-
-# vim:set ts=2 sw=2 et: