updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / avbin / avbin.install
blobdcffd51ef7f03a9a4bea8d77f94ac1af54fb3063
1 post_install() {
2     echo Updating system libraries...
3     /sbin/ldconfig
4     echo "==>Done"
7 post_upgrade() {
8     post_install $1
11 post_remove() {
12     /bin/true
15 op=$1
16 shift
18 $op $*