updated on Tue Jan 24 12:00:22 UTC 2012
[aur-mirror.git] / algorithmicx / algorithmicx.install
blob8f28a41166cedaf4eeeb05cc669e89bc52289e14
1 # arg 1:  the new package version
2 post_install() {
3   echo "Updating TeX tree..."
4   mktexlsr
7 # arg 1:  the new package version
8 # arg 2:  the old package version
9 post_upgrade() {
10   post_install $1
13 # arg 1:  the old package version
14 post_remove() {
15   post_install $1
18 op=$1
19 shift
20 $op $*