diff options
Diffstat (limited to 'desktop/spectrwm/doinst.sh')
-rw-r--r-- | desktop/spectrwm/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/spectrwm/doinst.sh b/desktop/spectrwm/doinst.sh index a278a2b159..5fb28930db 100644 --- a/desktop/spectrwm/doinst.sh +++ b/desktop/spectrwm/doinst.sh @@ -1,3 +1,3 @@ if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi |