diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2011-10-04 20:45:59 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-10-11 21:20:15 -0500 |
commit | 8c1e37c0f01ec750e4c1fc48e229896b14d67d12 (patch) | |
tree | 2c3518c40db5b5fa45984a012e0951b1a51de104 /desktop/wally/doinst.sh | |
parent | a36bef798f1b669f6ed0a097bc23c97df9c1add1 (diff) |
desktop/wally: Updated for version 2.4.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'desktop/wally/doinst.sh')
-rw-r--r-- | desktop/wally/doinst.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/wally/doinst.sh b/desktop/wally/doinst.sh index 08ebc534311d..84d0544d3467 100644 --- a/desktop/wally/doinst.sh +++ b/desktop/wally/doinst.sh @@ -1,7 +1,3 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache usr/share/icons/oxygen >/dev/null 2>&1 |