]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-ucf
dh_ucf: Fix missing space before ']'s in postrm autoscript.
[debhelper.git] / autoscripts / postrm-ucf
index 47237a41de39586e361e9d259e326283dee4c52a..5b0ef8bd127bceefb8ed6a0608f9349440e09ef9 100644 (file)
@@ -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