summaryrefslogtreecommitdiff
path: root/community/lout/lout.install
blob: f05b4b60110a75bf0e25014268315ad31a876a20 (plain)
1
2
3
4
5
6
7
8
9
post_install()
{
  /usr/bin/lout -x -s /usr/lib/lout/include/init
}

post_upgrade()
{
 post_install $1
}