summaryrefslogtreecommitdiffstats
path: root/daemonsbkg/daemonsbkg.install
diff options
context:
space:
mode:
Diffstat (limited to 'daemonsbkg/daemonsbkg.install')
-rw-r--r--daemonsbkg/daemonsbkg.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/daemonsbkg/daemonsbkg.install b/daemonsbkg/daemonsbkg.install
deleted file mode 100644
index f04f73b..0000000
--- a/daemonsbkg/daemonsbkg.install
+++ /dev/null
@@ -1,14 +0,0 @@
-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: