summaryrefslogtreecommitdiffstats
path: root/mumble/mumble.install
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-03-26 19:41:58 +0100
committerFlorian Pritz <f-p@gmx.at>2009-03-26 19:41:58 +0100
commit87ec3d92c79bd4d933ea2ae2ad8794aa0e5fbf60 (patch)
tree31dd05e65663cd81223cd98cf3c7b2134378b42b /mumble/mumble.install
parent60309a9f54e880f9cf0f7d2a2d56c09b673d5558 (diff)
downloadaur-packages-87ec3d92c79bd4d933ea2ae2ad8794aa0e5fbf60.tar.gz
aur-packages-87ec3d92c79bd4d933ea2ae2ad8794aa0e5fbf60.tar.xz
update
Diffstat (limited to 'mumble/mumble.install')
-rw-r--r--mumble/mumble.install42
1 files changed, 42 insertions, 0 deletions
diff --git a/mumble/mumble.install b/mumble/mumble.install
new file mode 100644
index 0000000..7c28ef5
--- /dev/null
+++ b/mumble/mumble.install
@@ -0,0 +1,42 @@
+# 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
+}
+
+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 ''
+}
+
+# arg 1: the old package version
+pre_remove() {
+ /bin/true
+}
+
+# arg 1: the old package version
+post_remove() {
+ /bin/true
+}
+
+op=$1
+shift
+$op $*