release 1.5.3

This commit is contained in:
arcan1s
2014-03-27 20:09:46 +04:00
parent 0d3aacdec7
commit a3a5ebf2af
16 changed files with 212 additions and 162 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()