summaryrefslogtreecommitdiff
path: root/xdgmenumaker/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'xdgmenumaker/debian/postinst')
-rw-r--r--xdgmenumaker/debian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdgmenumaker/debian/postinst b/xdgmenumaker/debian/postinst
index bcb1008..3e20d56 100644
--- a/xdgmenumaker/debian/postinst
+++ b/xdgmenumaker/debian/postinst
@@ -8,7 +8,7 @@ case "$1" in
export DISPLAY=:18
for word in fluxbox ;
do
- /usr/bin/xdgmenumaker -f "${word}" -i > "/etc/xdgmenumaker/${word}" 2>/dev/null
+ xdgmenumaker -f "${word}" -i > "/etc/xdgmenumaker/${word}" 2>/dev/null
done
kill $result
;;
bgstack15