summaryrefslogtreecommitdiff
path: root/debian/schroot.preinst
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2009-05-11 00:15:29 +0100
committerRoger Leigh <rleigh@debian.org>2009-05-11 00:21:18 +0100
commitfe21b3496fdabd57087c99eb08dc8e7adf91573f (patch)
tree9f2048e25acd508466adb01409fe29e84abf5aa5 /debian/schroot.preinst
parent43fdf62b42d6cd2dd73a71f940233b5e0c38339e (diff)
downloadschroot-fe21b3496fdabd57087c99eb08dc8e7adf91573f.tar.gz
[debian] Remove old checks for obsolete versions
Diffstat (limited to 'debian/schroot.preinst')
-rw-r--r--debian/schroot.preinst7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/schroot.preinst b/debian/schroot.preinst
index 7bcec9a9..e190020c 100644
--- a/debian/schroot.preinst
+++ b/debian/schroot.preinst
@@ -46,13 +46,6 @@ prep_mv_conffile() {
case "$1" in
install|upgrade)
- if dpkg --compare-versions "$2" le "0.1.4-1"; then
- prep_mv_conffile "schroot" "/etc/schroot.conf"
- fi
- if dpkg --compare-versions "$2" le "0.2.6-1"; then
- prep_mv_conffile "schroot" "/etc/schroot/run.d/50sbuild"
- prep_mv_conffile "schroot" "/etc/schroot/run.d/00check"
- fi
if dpkg --compare-versions "$2" le "1.1.6-1"; then
rm_conffile "schroot" "/etc/schroot/setup.d/20network"
rm_conffile "schroot" "/etc/schroot/setup.d/30passwd"