ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git] / sources / cups / prerm
blobabd8ad15d20a2bedffe6b0bedcd46f3d69bf9fe7
1 #!/bin/sh
3 if [ -n "`pidof cupsd`" ]; then
4 /bin/killall cupsd 2>/dev/null
5 fi
7 exit 0