summaryrefslogtreecommitdiffstats
path: root/mumble/mumble.install
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-05-17 12:04:10 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-05-17 12:04:10 +0200
commit545b0b7de32c86264d4ec1eb7b7610e4c1c85946 (patch)
tree9ad399ce5176aee3c98f216f54a12a3e6d5290c6 /mumble/mumble.install
parent8dc1d552c0bab7b72371c3a1529e365410c7548c (diff)
parentac57415603ea60e9af632e70827dffa22cfff584 (diff)
downloadaur-packages-545b0b7de32c86264d4ec1eb7b7610e4c1c85946.tar.gz
aur-packages-545b0b7de32c86264d4ec1eb7b7610e4c1c85946.tar.xz
Merge branch 'master' of git://git.server-speed.net/~flo/git/aur
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 $*