awesome-widgets/kdeplasma-applets-pytextmonitor.install
arcan1s c198b7596a Release 1.3.5
* fix bug with definition net dev in  old version of net-tools
2013-09-29 00:44:03 +04:00

21 lines
225 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()
{
post_install
}
post_remove()
{
post_install
}