PKGBUILDs/extra/gutenprint/gutenprint.install

10 lines
139 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
post_install() {
echo ">>please run /usr/sbin/cups-genppdupdate"
echo ">>and restart cups deamon"
}
post_upgrade() {
post_install
}