pytextmonitor

This commit is contained in:
arcan1s
2014-03-27 20:13:40 +04:00
parent 4b2318d118
commit 47f631ba32
4 changed files with 12 additions and 9 deletions

View File

@ -10,13 +10,16 @@ post_install()
{
func_update
cat << EOF
Make sure that \`hddtemp\` can be run as non-root
Make sure that \`hddtemp\` can be run with sudo without password
EOF
}
post_upgrade()
{
func_update
cat << EOF
Make sure that \`hddtemp\` can be run with sudo without password
EOF
}
post_remove()