pytextmonitor ver.1.5.1-2

This commit is contained in:
arcan1s
2013-11-07 01:46:19 +04:00
parent 4b0cc0bc4b
commit f88c21c077
2 changed files with 20 additions and 10 deletions

View File

@ -1,9 +1,14 @@
post_install()
func_update()
{
cat << EOF
Update plasmoids...
EOF
kbuildsycoca4 > /dev/null 2>&1
}
post_install()
{
func_update
cat << EOF
Make sure that \`hddtemp\` can be run as non-root
EOF
@ -11,10 +16,10 @@ EOF
post_upgrade()
{
post_install
func_update
}
post_remove()
{
post_install
func_update
}