mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
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
|
||
|
}
|
||
|
|