summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-27 11:20:02 +0200
committerChristian Poessinger <christian@poessinger.com>2021-06-27 11:20:05 +0200
commit464aac883d5a25c53bb793d7c40dbcce2d358a07 (patch)
tree4690b3cd90494522281616c023b40645bef65358 /debian
parenta446922f05b1fc4bc21d45bf15f968eaeba0bd1c (diff)
downloadvyatta-cfg-system-464aac883d5a25c53bb793d7c40dbcce2d358a07.tar.gz
vyatta-cfg-system-464aac883d5a25c53bb793d7c40dbcce2d358a07.zip
Debian: delete postrm script as we do not uninstall our packages
Diffstat (limited to 'debian')
-rw-r--r--debian/vyatta-cfg-system.postrm10
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: