diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2013-10-20 10:54:37 +0200 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2013-10-20 10:54:37 +0200 |
commit | 17ce76a8595f7a7f7a0eb3d77cf0c38dd63e0373 (patch) | |
tree | c0282467bc2633f4c10a57a328c2d257aa678b43 /office/lout/doinst.sh | |
parent | bda478a10abde3147d2bf74d2ae3bf875606e389 (diff) | |
download | slackbuilds-17ce76a8595f7a7f7a0eb3d77cf0c38dd63e0373.tar.gz |
office/lout: Added (document formatting system).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'office/lout/doinst.sh')
-rw-r--r-- | office/lout/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/lout/doinst.sh b/office/lout/doinst.sh new file mode 100644 index 0000000000..832dd6e9c0 --- /dev/null +++ b/office/lout/doinst.sh @@ -0,0 +1,3 @@ +( /usr/bin/lout -x -s /usr/share/lout/include/init; + chmod 644 /usr/share/lout/data/*; + chmod 644 /usr/share/lout/hyph/* ) |