1 # arg 1: the new package version
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
11 echo -n "Restarting the CUPS daemon... "
12 /etc/rc.d/cups restart > /dev/null && echo "done"
16 # arg 1: the old package version
18 echo -n "Restarting the CUPS daemon... "
19 /etc/rc.d/cups restart > /dev/null && echo "done"