post_install() { echo "" echo "NOTE:" echo "--> Run '/usr/bin/daemonsbkg.sh' whenever you upgrade initscripts." echo "--> I'll also add a new line to rc.conf." echo "Running patch now..." /usr/bin/daemonsbkg.sh } pre_remove() { echo "Removing the patch..." patch -R -p0 < /etc/daemonsbkg.patch } # vim:set ts=2 sw=2 et: