updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / glosstex / glosstex.install
blobd13d034f59320b970e27f990e38f5c906e9aa14a
1 post_install() {
2     echo "==> Updating TeX Filename Database"
3     texhash
6 pre_upgrade() {
7     true
10 post_upgrade() {
11     echo "==> Updating TeX Filename Database"
12     texhash
15 pre_remove() {
16     true
19 post_remove() {
20     echo "==> Updating TeX Filename Database"
21     texhash
24 op="$1"
25 shift
27 [ "$(type -t "$op")" = "function" ] && $op "$@"