pkgbuild/kdeplasma-applets-pytextmonitor/kdeplasma-applets-pytextmonitor.install
arcan1s 4fa735804d Edited pkgbuilds
- removed "|| return 1"
2013-09-28 21:51:57 +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
}