added usu notifications

This commit is contained in:
arcan1s
2014-01-23 10:40:18 +04:00
parent e58f0c7aa7
commit b738c613b4
2 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,14 @@
post_install() {
cat << EOF
Update plasmoids...
EOF
kbuildsycoca4 > /dev/null 2>&1
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}