summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autoscripts/postrm-ucf4
1 files changed, 2 insertions, 2 deletions
diff --git a/autoscripts/postrm-ucf b/autoscripts/postrm-ucf
index 47237a41..5b0ef8bd 100644
--- a/autoscripts/postrm-ucf
+++ b/autoscripts/postrm-ucf
@@ -3,10 +3,10 @@ if [ "$1" = "purge" ]; then
rm -f #UCFDEST#$ext
done
- if [ -x `which ucf 2>/dev/null`]; then
+ if [ -x `which ucf 2>/dev/null` ]; then
ucf --purge #UCFDEST#
fi
- if [ -x `which ucfr 2>/dev/null`]; then
+ if [ -x `which ucfr 2>/dev/null` ]; then
ucfr --purge #PACKAGE# #UCFDEST#
fi
fi