mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 23:47:20 +00:00
27 lines
333 B
Plaintext
27 lines
333 B
Plaintext
post_install()
|
|
{
|
|
cat << EOF
|
|
Update plasmoids...
|
|
EOF
|
|
kbuildsycoca4 > /dev/null 2>&1
|
|
cat << EOF
|
|
Make sure that `hddtemp` can be run as non-root
|
|
EOF
|
|
}
|
|
|
|
post_upgrade()
|
|
{
|
|
cat << EOF
|
|
Update plasmoids...
|
|
EOF
|
|
kbuildsycoca4 > /dev/null 2>&1
|
|
}
|
|
|
|
post_remove()
|
|
{
|
|
cat << EOF
|
|
Update plasmoids...
|
|
EOF
|
|
kbuildsycoca4 > /dev/null 2>&1
|
|
}
|