projects
/
carnet-upgrade.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c22283
)
Continue if php4-common doesn't exist.
author
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Fri, 8 May 2009 14:38:08 +0000
(16:38 +0200)
committer
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Fri, 8 May 2009 14:38:08 +0000
(16:38 +0200)
src/functions.sh
patch
|
blob
|
history
diff --git
a/src/functions.sh
b/src/functions.sh
index
2d3df43
..
cbb8be2
100644
(file)
--- 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)