summarylogtreecommitdiffstats
path: root/teighaviewer-qt5.install
diff options
context:
space:
mode:
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
-}
-