updated on Fri Jan 6 08:01:17 UTC 2012
[aur-mirror.git] / ipp2p / ipp2p.install
blob7401116d39a534242d47bdbd0ee503a0b63ed1f2
1 # arg 1:  the new package version
2 post_install() {
3   depmod -ae > /dev/null 2>&1            
6 # arg 1:  the new package version
7 # arg 2:  the old package version
8 post_upgrade() {
9   depmod -ae > /dev/null 2>&1    
10   
13 # arg 1:  the old package version
14 post_remove() {
15   depmod -ae > /dev/null 2>&1
18 op=$1
19 shift
20 $op $*