updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / englab-matrix / englab-matrix.install
blob3f6c60c918eaa4c6ccf05f9d95eb67cab60afa77
1 post_install() {
2 englab-ldconf
3 ldconfig
6 # arg 1:  the new package version
7 # arg 2:  the old package version
8 post_upgrade() {
9 englab-ldconf
10 ldconfig
13 op=$1
14 shift
15 [ "$(type -t "$op")" = "function" ] && $op "$@"