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 Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git]
/
fst-git
/
fst-git.install
blob
069f72d6e5f995a784f179c43af1e808112d61ff
1
post_install() {
2
ln -s /usr/lib/libfst.so /usr/bin/fst.exe.so
3
}
4
5
post_upgrade() {
6
test -f /usr/bin/fst.exe.so || post_install
7
}
8
9
post_remove() {
10
rm -f /usr/bin/fst.exe.so
11
}
12
# vim:set ts=2 sw=2 et: