summarylogtreecommitdiffstats
path: root/xlunch-conf-install.hook
diff options
context:
space:
mode:
Diffstat (limited to 'xlunch-conf-install.hook')
-rw-r--r--xlunch-conf-install.hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlunch-conf-install.hook b/xlunch-conf-install.hook
index 9645d9e465fc..fb6b0661e65f 100644
--- a/xlunch-conf-install.hook
+++ b/xlunch-conf-install.hook
@@ -6,6 +6,6 @@ Target = usr/share/applications/*
[Action]
Description = Updating xlunch icons.conf...
-Exec = bin/sh -c 'while read -r f; do xlunch-create-entry "$f" >> /etc/xlunch/icons.conf; cat /etc/xlunch/icons.conf | sort | uniq > /etc/xlunch/icons-new.conf; mv /etc/xlunch/icons-new.conf /etc/xlunch/icons.conf; done'
+Exec = bin/bash -c 'while read -r f; do xlunch-create-entry "$f" >> /etc/xlunch/icons.conf; cat /etc/xlunch/icons.conf | sort | uniq > /etc/xlunch/icons-new.conf; mv /etc/xlunch/icons-new.conf /etc/xlunch/icons.conf; done 2>/dev/null'
When = PostTransaction
NeedsTargets