PKGBUILDs/extra/gutenprint/gutenprint.install

10 lines
139 B
Text
Raw Normal View History

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