10 lines
139 B
Plaintext
10 lines
139 B
Plaintext
post_install() {
|
|
echo ">>please run /usr/sbin/cups-genppdupdate"
|
|
echo ">>and restart cups deamon"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|