summaryrefslogtreecommitdiffstats
path: root/vlc-git/vlc.install
diff options
context:
space:
mode:
Diffstat (limited to 'vlc-git/vlc.install')
-rw-r--r--vlc-git/vlc.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/vlc-git/vlc.install b/vlc-git/vlc.install
deleted file mode 100644
index 382dbde..0000000
--- a/vlc-git/vlc.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-
-op=$1
-shift
-$op $*