summaryrefslogtreecommitdiff
path: root/debian/schroot.preinst
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2008-01-19 18:22:43 +0000
committerRoger Leigh <rleigh@debian.org>2008-01-19 18:22:43 +0000
commitdf8dd389adfcff9ab6f0e37310b4b4616ead372a (patch)
tree495875c27f0141f4408a267149a1673a814a84b8 /debian/schroot.preinst
parent9cf698ef0bd5c7c117d0fea6ff60eb57823d88db (diff)
downloadschroot-df8dd389adfcff9ab6f0e37310b4b4616ead372a.tar.gz
* debian/schroot.NEWS: Document conffile changes.
* debian/schroot.preinst: Call rm_conffile, not rm_prep_conffile.
Diffstat (limited to 'debian/schroot.preinst')
-rw-r--r--debian/schroot.preinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/schroot.preinst b/debian/schroot.preinst
index 251ba235..2d36c8b5 100644
--- a/debian/schroot.preinst
+++ b/debian/schroot.preinst
@@ -54,8 +54,8 @@ install|upgrade)
prep_mv_conffile "schroot" "/etc/schroot/run.d/00check"
fi
if dpkg --compare-versions "$2" le "1.1.6-1"; then
- prep_rm_conffile "schroot" "/etc/schroot/setup.d/20network"
- prep_rm_conffile "schroot" "/etc/schroot/setup.d/30passwd"
+ rm_conffile "schroot" "/etc/schroot/setup.d/20network"
+ rm_conffile "schroot" "/etc/schroot/setup.d/30passwd"
fi
esac