diff options
-rw-r--r-- | sysutils/dbus/DEINSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dbus/DEINSTALL b/sysutils/dbus/DEINSTALL index 0fc5772e490..81de0538eb1 100644 --- a/sysutils/dbus/DEINSTALL +++ b/sysutils/dbus/DEINSTALL @@ -1,4 +1,4 @@ -# $NetBSD: DEINSTALL,v 1.1 2011/10/29 13:26:59 marino Exp $ +# $NetBSD: DEINSTALL,v 1.2 2011/10/29 15:17:17 dholland Exp $ # DEINSTALL is used rather than @pkgdir because the automatic directory # deletion mechanism makes dbus services remove these directories first, @@ -11,7 +11,7 @@ POST-DEINSTALL) @PREFIX@/libexec/dbus-1" for dbuspath in ${CYCLE}; do if [ -d ${dbuspath} ]; then - if [ -n `${LS} -A ${$dbuspath}` ]; then + if [ -n `${LS} -A ${dbuspath}` ]; then ${RMDIR} ${dbuspath} fi fi |