diff options
-rw-r--r-- | debian/vyatta-cfg-system.postrm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/debian/vyatta-cfg-system.postrm b/debian/vyatta-cfg-system.postrm deleted file mode 100644 index caf50d3c..00000000 --- a/debian/vyatta-cfg-system.postrm +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -if [ "$1" = "purge" ]; then - sed -i -e 'g/^password/d' /etc/pam.d/password -fi - -# Local Variables: -# mode: shell-script -# sh-indentation: 4 -# End: |