#!/bin/bash post_install() { echo "" echo "==> Configure your /etc/smart.conf config file and then" echo "==> $ sudo add_service.sh smartd" echo "==> to start the monitoring service." } post_upgrade() { post_install } pre_remove() { if [ -L /service/smartd ]; then remove_service.sh smartd fi }