updated on Sun Jan 22 20:01:29 UTC 2012
[aur-mirror.git] / ppd-mp620-630 / mp620.install
blob551259e83eab6e1ead8bbeb5e9ce9d63ff470727
1 # arg 1:  the new package version
2 post_install() {
3   echo -n "Restarting the CUPS daemon... "
4   /etc/rc.d/cups restart > /dev/null && echo "done"
8 # arg 1:  the new package version
9 # arg 2:  the old package version
10 post_upgrade() {
11   echo -n "Restarting the CUPS daemon... "
12   /etc/rc.d/cups restart > /dev/null && echo "done"
16 # arg 1:  the old package version
17 post_remove() {
18   echo -n "Restarting the CUPS daemon... "
19   /etc/rc.d/cups restart > /dev/null && echo "done"
22 op=$1
23 shift
24 $op $*