PKGBUILDs/extra/gutenprint/gutenprint.install
2009-10-09 21:23:22 -05:00

9 lines
139 B
Text

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