summarylogtreecommitdiffstats
path: root/trackballs.install
diff options
context:
space:
mode:
Diffstat (limited to 'trackballs.install')
-rw-r--r--trackballs.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/trackballs.install b/trackballs.install
new file mode 100644
index 000000000000..077709f00736
--- /dev/null
+++ b/trackballs.install
@@ -0,0 +1,20 @@
+post_install() {
+ chgrp games /usr/share/trackballs/highScores
+
+ echo "Add user to group games so that game highscore could be saved."
+ /bin/true
+}
+
+post_upgrade() {
+/bin/true
+}
+
+pre_remove() {
+/bin/true
+}
+
+op=$1
+shift
+
+$op "$@"
+