diff options
author | root <root@rshg054.dnsready.net> | 2013-02-07 00:08:35 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-07 00:08:35 -0800 |
commit | 8e5a0a990a12a59cadb687cae22a1960fce1660b (patch) | |
tree | 3a0fe8ce858eb0c6350bd2bcfaf7673f3b490f73 /community/lout/lout.install | |
parent | a110e74fe4a31aebb09e0da6e407af69ed996837 (diff) |
Thu Feb 7 00:08:35 PST 2013
Diffstat (limited to 'community/lout/lout.install')
-rw-r--r-- | community/lout/lout.install | 2 |
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() |