summarylogtreecommitdiffstats
path: root/tvbrowser.install
diff options
context:
space:
mode:
authorMichael Lass2016-06-03 20:24:35 +0200
committerMichael Lass2016-06-03 20:24:35 +0200
commitec3a587a34d3569dcbec3027fcabf5a5d33432fc (patch)
treef64170b3bb8b25e806d38e375f7f4ca5ef890fa7 /tvbrowser.install
parent7357c40a4f54863f37017f9230eda699b9880961 (diff)
downloadaur-ec3a587a34d3569dcbec3027fcabf5a5d33432fc.tar.gz
Update to 3.4.4
Also remove install file as icon refresh is now done by APLM hooks.
Diffstat (limited to 'tvbrowser.install')
-rw-r--r--tvbrowser.install25
1 files changed, 0 insertions, 25 deletions
diff --git a/tvbrowser.install b/tvbrowser.install
deleted file mode 100644
index 404acb087ed1..000000000000
--- a/tvbrowser.install
+++ /dev/null
@@ -1,25 +0,0 @@
-available() {
- which "$1" >/dev/null 2>&1
-}
-
-updateiconcache() {
- touch --no-create /usr/share/icons/hicolor
-
- if available gtk-update-icon-cache
- then
- gtk-update-icon-cache -tq /usr/share/icons/hicolor
- fi
-}
-
-post_install() {
- updateiconcache
-}
-
-post_upgrade() {
- updateiconcache
-}
-
-pre_remove() {
- updateiconcache
-}
-