summaryrefslogtreecommitdiff
path: root/community/lout/lout.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/lout/lout.install')
-rw-r--r--community/lout/lout.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/community/lout/lout.install b/community/lout/lout.install
index f05b4b601..e3688a219 100644
--- a/community/lout/lout.install
+++ b/community/lout/lout.install
@@ -1,6 +1,8 @@
post_install()
{
/usr/bin/lout -x -s /usr/lib/lout/include/init
+ chmod 0775 "/usr/lib/lout/data/"
+ chgrp users "/usr/lib/lout/data/"
}
post_upgrade()