Release 1.4.0

+ added notification
* small refactoring
This commit is contained in:
arcan1s
2013-10-22 16:22:39 +04:00
parent d55d478243
commit 6c9a167aa2
13 changed files with 106 additions and 37 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
}