updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ivman / ivman.install
blobb8605699d9386fe497f71c71e52aaf7465319b3f
1 # arg 1:  the new package version
2 post_install() {
3   echo "==> ivman: Check the configuration files under /etc/ivman/ "
4   echo "==> and save them without the '.default' ending"
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 pre_remove() {
15   /bin/true
18 pre_remove() {
19   # remove users & groups
20   /bin/true
22 op=$1
23 shift
25 $op $*