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