repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git]
/
lout
/
lout.install
blob
22b02e714bfa9c00fdb9e6a37cdad3fb06e40323
1
post_install()
2
{
3
/usr/bin/lout -x -s /usr/lib/lout/include/init || return 1
4
chmod 0644 /usr/lib/lout/data/* || return 1
5
chmod 0644 /usr/lib/lout/hyph/* || return 1
6
}
7
8
post_upgrade()
9
{
10
post_install $1
11
}