summaryrefslogtreecommitdiff
path: root/debian/vyatta-cfg-system.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/vyatta-cfg-system.postrm')
-rw-r--r--debian/vyatta-cfg-system.postrm12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/vyatta-cfg-system.postrm b/debian/vyatta-cfg-system.postrm
deleted file mode 100644
index 413780b..0000000
--- a/debian/vyatta-cfg-system.postrm
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-if [ "$1" = "purge" ]; then
- sed -i -e '/### BEGIN VYATTA/,/### END VYATTA/d' /etc/sudoers
- sed -i -e 'g/^password/d' /etc/pam.d/password
- update-rc.d vyatta-config-reboot-params remove
-fi
-
-# Local Variables:
-# mode: shell-script
-# sh-indentation: 4
-# End: