diff options
author | Daniil Baturin <daniil.baturin@vyatta.com> | 2011-11-04 05:54:13 +0700 |
---|---|---|
committer | Daniil Baturin <daniil.baturin@vyatta.com> | 2011-11-04 05:54:13 +0700 |
commit | 174565005c06c4b7cc6f64b977f63f87b9bd75df (patch) | |
tree | 2e1f146415931ec412f5f6f1ecbdd9160702f231 /debian/vyatta-cfg-system.postrm | |
parent | 2908e86e3e1da74472e04aa517b539facf7a780e (diff) | |
download | vyatta-conntrack-174565005c06c4b7cc6f64b977f63f87b9bd75df.tar.gz vyatta-conntrack-174565005c06c4b7cc6f64b977f63f87b9bd75df.zip |
Remove files mistakanly inherited from vyatta-cfg-system.
Diffstat (limited to 'debian/vyatta-cfg-system.postrm')
-rw-r--r-- | debian/vyatta-cfg-system.postrm | 12 |
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: |