PKGBUILDs/extra/gutenprint/gutenprint.install
2010-12-10 21:15:44 -06:00

9 lines
139 B
Text
Executable file

post_install() {
echo ">>please run /usr/sbin/cups-genppdupdate"
echo ">>and restart cups deamon"
}
post_upgrade() {
post_install
}