summaryrefslogtreecommitdiff
path: root/community/lout/lout.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/lout/lout.install')
-rwxr-xr-xcommunity/lout/lout.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/lout/lout.install b/community/lout/lout.install
new file mode 100755
index 000000000..f05b4b601
--- /dev/null
+++ b/community/lout/lout.install
@@ -0,0 +1,9 @@
+post_install()
+{
+ /usr/bin/lout -x -s /usr/lib/lout/include/init
+}
+
+post_upgrade()
+{
+ post_install $1
+}