From: Valentin Vidic Date: Fri, 8 May 2009 14:38:08 +0000 (+0200) Subject: Continue if php4-common doesn't exist. X-Git-Tag: debian/5.0.0~22 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=carnet-upgrade.git;a=commitdiff_plain;h=4079aceafdc0196fde97eb596c151d19acc8d9e0 Continue if php4-common doesn't exist. --- diff --git a/src/functions.sh b/src/functions.sh index 2d3df43..cbb8be2 100644 --- a/src/functions.sh +++ b/src/functions.sh @@ -933,7 +933,7 @@ remove_skey () { # remove unsupported php version remove_php4 () { # leave the configuration just in case - pkgrm_only php4-common + pkgrm_only php4-common || true } # check if package is orphaned (nothing depends on it)