summaryrefslogtreecommitdiffstats
path: root/mumble/mumble.install
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-03-20 01:14:27 +0100
committerFlorian Pritz <bluewind@xssn.at>2010-03-20 01:14:27 +0100
commit5c97e1755c054a83b158961bf92c9a5df34eb344 (patch)
tree572a4eb55b59be701f532a1d067b62f6e796009f /mumble/mumble.install
parent13a4f328ac7ceccedcadfca574e22098cf35e2df (diff)
downloadaur-packages-5c97e1755c054a83b158961bf92c9a5df34eb344.tar.gz
aur-packages-5c97e1755c054a83b158961bf92c9a5df34eb344.tar.xz
update
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'mumble/mumble.install')
-rw-r--r--mumble/mumble.install37
1 files changed, 3 insertions, 34 deletions
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 $*