diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-13 00:57:43 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:57:43 +0200 |
commit | 083514c8f098152b93b55874235410a218a0646d (patch) | |
tree | 43c5139872deaa0d4e4ddca1062a285911aad4ad /desktop/wally/doinst.sh | |
parent | 03e2d721f282c0b8f83e4ec053ed63f29addc826 (diff) | |
download | slackbuilds-083514c8f098152b93b55874235410a218a0646d.tar.gz |
desktop/wally: Added to 13.0 repository
Diffstat (limited to 'desktop/wally/doinst.sh')
-rw-r--r-- | desktop/wally/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/wally/doinst.sh b/desktop/wally/doinst.sh new file mode 100644 index 0000000000..13524a5ae1 --- /dev/null +++ b/desktop/wally/doinst.sh @@ -0,0 +1,10 @@ +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/hicolor/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 + fi +fi + |