fix bug in postinst

This commit is contained in:
Dustin Kirkland 2011-06-29 00:38:43 +00:00
commit d70779fbf3

2
debian/postinst vendored
View file

@ -27,7 +27,7 @@ rm -f /etc/update-motd.d/55-window-manager
# Notify users that they should reload their profile # Notify users that they should reload their profile
[ -r "/etc/$PKG/socketdir" ] && . "/etc/$PKG/socketdir" [ -r "/etc/$PKG/socketdir" ] && . "/etc/$PKG/socketdir"
if [ -d "$SOCKETDIR" ]; then if [ -d "$SOCKETDIR" ]; then
for d in "$DIR"/*/"$PKG"; do for d in "$SOCKETDIR"/*/"$PKG"; do
[ -d "$d" ] || continue [ -d "$d" ] || continue
flag="$d/reload-required" flag="$d/reload-required"
touch "$flag" touch "$flag"