From 4079aceafdc0196fde97eb596c151d19acc8d9e0 Mon Sep 17 00:00:00 2001 From: Valentin Vidic Date: Fri, 8 May 2009 16:38:08 +0200 Subject: [PATCH] Continue if php4-common doesn't exist. --- src/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4