summaryrefslogtreecommitdiffstats
path: root/daemonsbkg/daemonsbkg.install
blob: f04f73b9d580e013c6c3e054f289c37e8e109e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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: