From dad1a47289f0cc463d65b952ac1fc7ad75d6d80e Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 18 Nov 2018 23:38:34 +0000 Subject: [PATCH] Debian: Make it possible to purge the scstadmin package (merge r7804 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7812 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- debian/scstadmin.postrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scstadmin.postrm b/debian/scstadmin.postrm index aced6faf3..f2602f3c6 100644 --- a/debian/scstadmin.postrm +++ b/debian/scstadmin.postrm @@ -18,7 +18,7 @@ case "$1" in remove|upgrade|deconfigure) update-rc.d scst remove;; - failed-upgrade) + failed-upgrade|purge) ;; *)