Bug fixes in ext-sysmon

This commit is contained in:
arcan1s
2013-09-01 05:32:09 +04:00
parent 2a2559d507
commit 1323d6d647
6 changed files with 31 additions and 7 deletions

View File

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