blob: 70ed83047d37d90931dab0f3044f2c1095e65b4d (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
printf "\n"
printf "To activate smart-notifier:\n\n"
printf " - Set it up in /etc/smartd.conf, for example \n"
printf " DEVICESCAN -m user -M exec /usr/lib/smart-notifier/scripts/60smart-notifier"
printf " - Make sure smartd is enabled\n"
printf " $ sudo systemctl enable --now smartd\n"
printf " - If you use a DE that doesn't respect XDG Autostart, make sure it launches /usr/bin/smart-notifier on startup\n"
}
|