pkgbuild/kdeplasma-applets-usu-notifications/kdeplasma-applets-usu-notifications.install
2014-01-23 10:40:18 +04:00

15 lines
158 B
Plaintext

post_install() {
cat << EOF
Update plasmoids...
EOF
kbuildsycoca4 > /dev/null 2>&1
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}