From 87ec3d92c79bd4d933ea2ae2ad8794aa0e5fbf60 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 26 Mar 2009 19:41:58 +0100 Subject: update --- vlc-git/vlc.install | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 vlc-git/vlc.install (limited to 'vlc-git/vlc.install') diff --git a/vlc-git/vlc.install b/vlc-git/vlc.install new file mode 100644 index 0000000..382dbde --- /dev/null +++ b/vlc-git/vlc.install @@ -0,0 +1,16 @@ +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 $* -- cgit v1.2.3-24-g4f1b