mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-04 01:15:52 +00:00
Release 1.4.0
+ added notification * small refactoring
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user