summarylogtreecommitdiffstats
path: root/soundsense.install
diff options
context:
space:
mode:
authorwinlu2015-08-15 17:35:12 +0200
committerwinlu2015-08-15 17:39:54 +0200
commit204a8dddb28080e4d57d31de861b64acff718dcf (patch)
tree03bfa720c401cf1beac9063dd847182f5aa67596 /soundsense.install
parent5fafd7e02a0d162b2bddfd3b681713e6f87c0d41 (diff)
downloadaur-204a8dddb28080e4d57d31de861b64acff718dcf.tar.gz
update to 2015_1_194
* update version * add soundsense.install with warnings for missing group and removal of /opt/soundsense * fix depends - replace java-environment with java-runtime - move coreutils and unzip to makedepends * cleaner prepare and install section * sticky group for /opt/soundsense * remove more unneeded files in package
Diffstat (limited to 'soundsense.install')
-rw-r--r--soundsense.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/soundsense.install b/soundsense.install
new file mode 100644
index 000000000000..34e6866ffab0
--- /dev/null
+++ b/soundsense.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo "Make sure to add your user to the games group to use soundsense."
+}
+
+post_remove() {
+ echo "Removing /opt/soundsense directory."
+ rm -Rf /opt/soundsense
+}
+
+# vim:set ts=2 sw=2 et: