Do a killall on cupsd between the launchctl commands to avoid
having to do a reboot.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6480
7a7537e8-13f0-0310-91df-
b6672ffda945
f 0644 root sys $DATADIR/model ppd/*.ppd
d 0755 root sys $DATADIR/templates -
-c 0644 root sys $DATADIR/templates templates/*.tmpl
+f 0644 root sys $DATADIR/templates templates/*.tmpl
# Japanese template files
%subpackage de
%postinstall <<EOF
rm -f /System/Library/StartupItems/PrintingServices/PrintingServices
launchctl unload /System/Library/LaunchDaemons/org.cups.cupsd.plist || exit 0
+killall cupsd
+sleep 1
launchctl load /System/Library/LaunchDaemons/org.cups.cupsd.plist
EOF
%subpackage lpd