summarylogtreecommitdiffstats
path: root/runescape-launcher.install
diff options
context:
space:
mode:
authorIvan Puntiy2016-04-30 20:59:52 +0300
committerIvan Puntiy2016-04-30 21:00:41 +0300
commit58fcb6e415d1795b19523029bcf596e03d5d1a18 (patch)
tree0ec571b2e55966e3a4b6dfb7efd8b06f885ca788 /runescape-launcher.install
parent7759c5bd73c4d92887647c8726bf928b629ebfa2 (diff)
downloadaur-58fcb6e415d1795b19523029bcf596e03d5d1a18.tar.gz
.install not needed - we have pacman hooks now
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: