summarylogtreecommitdiffstats
path: root/teighaviewer-qt5.install
diff options
context:
space:
mode:
authorRafael Fontenelle2016-05-08 06:11:26 -0300
committerRafael Fontenelle2016-05-08 06:11:26 -0300
commit1f4d70f6db97d614a1a1611830a7e1033d1e0fec (patch)
treea6df9f1d066de4b12cc36fe35ff99d93ad34d817 /teighaviewer-qt5.install
parent31f66b93b38394b2f1f1dbef60918a0b24b7390d (diff)
downloadaur-1f4d70f6db97d614a1a1611830a7e1033d1e0fec.tar.gz
Remove instructions in favor of pacman's hooks
Diffstat (limited to 'teighaviewer-qt5.install')
-rwxr-xr-xteighaviewer-qt5.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/teighaviewer-qt5.install b/teighaviewer-qt5.install
deleted file mode 100755
index 1c505c876837..000000000000
--- a/teighaviewer-qt5.install
+++ /dev/null
@@ -1,16 +0,0 @@
-## arg 1: the new package version
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-## arg 1: the new package version
-## arg 2: the old package version
-post_upgrade() {
- post_install
-}
-
-## arg 1: the old package version
-post_remove() {
- post_install
-}
-