summarylogtreecommitdiffstats
path: root/liero.install
diff options
context:
space:
mode:
Diffstat (limited to 'liero.install')
-rw-r--r--liero.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/liero.install b/liero.install
new file mode 100644
index 000000000000..c3ad8aca42d6
--- /dev/null
+++ b/liero.install
@@ -0,0 +1,20 @@
+post_install() {
+ chgrp games /usr/share/liero/liero.cfg
+ chmod g+w /usr/share/liero/liero.cfg
+
+ echo "Add user to group games - this game is not multiuser friendly."
+ /bin/true
+}
+
+post_upgrade() {
+/bin/true
+}
+
+pre_remove() {
+/bin/true
+}
+
+op=$1
+shift
+
+$op "$@"