From 5c97e1755c054a83b158961bf92c9a5df34eb344 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 20 Mar 2010 01:14:27 +0100 Subject: update Signed-off-by: Florian Pritz --- mumble/mumble.install | 37 +++---------------------------------- 1 file changed, 3 insertions(+), 34 deletions(-) (limited to 'mumble/mumble.install') diff --git a/mumble/mumble.install b/mumble/mumble.install index 7c28ef5..8eea713 100644 --- a/mumble/mumble.install +++ b/mumble/mumble.install @@ -1,42 +1,11 @@ -# arg 1: the new package version -pre_install() { - /bin/true -} - post_install() { - echo ' -> Mumble will generate an anonymous usage report' - echo ' -> 10 minutes after launch. You can deactivate this' - echo ' -> feature: Menu "Configure" > Settings > User' - echo ' -> Interface > "Expert Config" > Network > "Submit' - echo ' -> anonymous statistics"' - echo '' -} - -# arg 1: the new package version -# arg 2: the old package version -pre_upgrade() { - /bin/true +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor } post_upgrade() { - echo ' -> Mumble will generate an anonymous usage report' - echo ' -> 10 minutes after launch. You can deactivate this' - echo ' -> feature: Menu "Configure" > Settings > User' - echo ' -> Interface > "Expert Config" > Network > "Submit' - echo ' -> anonymous statistics"' - echo '' +post_install } -# arg 1: the old package version -pre_remove() { - /bin/true -} - -# arg 1: the old package version post_remove() { - /bin/true +post_install } - -op=$1 -shift -$op $* -- cgit v1.2.3-24-g4f1b