blob: 7122833a2e0901b4c7da314d93ffb96e9d2c736c (
plain)
1
2
3
4
5
6
|
post_install() {
printf '%s\n %s\n %s\n' \
'To prepare your system to use conky-colors-git, run the following as root:' \
'$ chmod u+s /usr/bin/hddtemp' \
'$ sensors-detect # answer yes to all questions'
}
|