From d70779fbf3d304ce4308b45b8a23ea5838d2c361 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 29 Jun 2011 00:38:43 +0000 Subject: [PATCH] fix bug in postinst --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 80eec740..40f34906 100644 --- a/debian/postinst +++ b/debian/postinst @@ -27,7 +27,7 @@ rm -f /etc/update-motd.d/55-window-manager # Notify users that they should reload their profile [ -r "/etc/$PKG/socketdir" ] && . "/etc/$PKG/socketdir" if [ -d "$SOCKETDIR" ]; then - for d in "$DIR"/*/"$PKG"; do + for d in "$SOCKETDIR"/*/"$PKG"; do [ -d "$d" ] || continue flag="$d/reload-required" touch "$flag"