updated on Thu Jan 12 16:09:17 UTC 2012
[aur-mirror.git] / fst-git / fst-git.install
blob069f72d6e5f995a784f179c43af1e808112d61ff
1 post_install() {
2   ln -s /usr/lib/libfst.so /usr/bin/fst.exe.so
5 post_upgrade() {
6   test -f /usr/bin/fst.exe.so || post_install
9 post_remove() {
10   rm -f /usr/bin/fst.exe.so
12 # vim:set ts=2 sw=2 et: