From ac469d9514d491f7e9583504ddb1fe1282111275 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 19 Jun 2009 03:37:04 +0000 Subject: Debian: postrm fix from Paul Cannon Signed-off-by: Sol Jerome git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5284 ce84e21b-d406-0410-9b95-82705330c041 --- debian/bcfg2.postrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/bcfg2.postrm b/debian/bcfg2.postrm index 5d7efc942..634eb4fe5 100644 --- a/debian/bcfg2.postrm +++ b/debian/bcfg2.postrm @@ -23,7 +23,7 @@ case "$1" in rm -f $i if which ucf >/dev/null; then - ucf --purge $1 + ucf --purge $i fi if which ucfr >/dev/null; then ucfr --purge bcfg2 $i -- cgit v1.2.3-1-g7c22