]> git.etc.gen.nz Git - update-motd.git/commitdiff
removed prerm script, not needed
authorDustin Kirkland <kirkland@canonical.com>
Fri, 19 Sep 2008 22:33:17 +0000 (17:33 -0500)
committerDustin Kirkland <kirkland@canonical.com>
Fri, 19 Sep 2008 22:33:17 +0000 (17:33 -0500)
debian/prerm [deleted file]

diff --git a/debian/prerm b/debian/prerm
deleted file mode 100644 (file)
index 8b22cfa..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-# prerm script for update-motd
-#
-# see: dh_installdeb(1)
-
-set -e
-
-case "$1" in
-       purge|remove|failed-upgrade|abort-install|abort-upgrade|disappear)
-               # Remove update-motd cronjob
-               rm -f /etc/cron.d/update-motd 2>/dev/null || true
-       ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0