updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / texlive-gantt / texlive-gantt.install
blob94fb556953ef4793ea9fd940092c6dc07ba5ec92
1 post_install() {
2   post_remove
3   echo "The file was installed in:"
4   kpsewhich gantt.sty
7 post_upgrade() {
8   post_install
11 post_remove() {
12   echo "Upgrading package database..."
13   mktexlsr
16 # vim:set ts=2 sw=2 et: