summarylogtreecommitdiffstats
path: root/trackballs.install
diff options
context:
space:
mode:
authorjose17112017-09-03 22:14:04 +0200
committerjose17112017-09-03 22:14:04 +0200
commitb4e5214b322afc21e18eac85078925c1b3621877 (patch)
tree5e6afe0efffa56c77964cb26094e3cc4445edbbd /trackballs.install
parenta9238f929bcef42da6dfe9c6204c15493b7bfa8c (diff)
downloadaur-b4e5214b322afc21e18eac85078925c1b3621877.tar.gz
Update deps + create install file + fix mandir path
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 "$@"
+