desktop/gutenprint/gutenprint.install

10 lines
139 B
Plaintext
Raw Normal View History

2017-06-07 05:11:15 +08:00
post_install() {
echo ">>please run /usr/sbin/cups-genppdupdate"
echo ">>and restart cups deamon"
}
post_upgrade() {
post_install
}