diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2013-06-05 12:03:06 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-06-05 12:03:06 -0400 |
commit | 07bec150c6f06e391b913db838a50d2777909355 (patch) | |
tree | d23c90696fb3cbdb496b31c103fa843b2f5f3464 /desktop/spectrwm/doinst.sh | |
parent | 5eb868527f22724d1160653f39b1f794b7497d74 (diff) |
desktop/spectrwm: Updated for version 2.3.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 a278a2b159da..5fb28930db0b 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 |