From 464aac883d5a25c53bb793d7c40dbcce2d358a07 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 27 Jun 2021 11:20:02 +0200 Subject: Debian: delete postrm script as we do not uninstall our packages --- debian/vyatta-cfg-system.postrm | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 debian/vyatta-cfg-system.postrm (limited to 'debian') 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: -- cgit v1.2.3