summarylogtreecommitdiffstats
path: root/soundsense.install
diff options
context:
space:
mode:
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: