diff options
author | Paul Bredbury <brebs@sent.com> | 2019-01-06 23:42:55 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-02-05 10:40:43 +0000 |
commit | 6c0048d1e64fbacbf4c277b96956be479821193d (patch) | |
tree | 28fd8c08b4d33813a52582e3e3499bd80659eeb1 /testing/lout/lout.post-install | |
parent | 28789bc0d92ae86420d230a6a7bf032766bf9201 (diff) | |
download | aports-6c0048d1e64fbacbf4c277b96956be479821193d.tar.bz2 aports-6c0048d1e64fbacbf4c277b96956be479821193d.tar.xz |
testing/lout: new aport
https://savannah.nongnu.org/projects/lout
Lightweight typesetting and document formatting system.
Diffstat (limited to 'testing/lout/lout.post-install')
-rw-r--r-- | testing/lout/lout.post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/lout/lout.post-install b/testing/lout/lout.post-install new file mode 100644 index 0000000000..033908a551 --- /dev/null +++ b/testing/lout/lout.post-install @@ -0,0 +1,4 @@ +#!/bin/sh + +# Populate /usr/share/lout/hyph/*.lp and /usr/share/lout/data/*.li +exec lout -x -s /usr/share/lout/include/init |