diff options
author | Robby Workman <rw@rlworkman.net> | 2010-08-22 11:34:33 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-23 00:53:39 -0500 |
commit | d576c35e1b44dafa50095139ffb88eae7d614b45 (patch) | |
tree | fe3f4db5f4358dc3418521a260a42e7e232f6666 /system/d-feet/doinst.sh | |
parent | 5a7fa9c6bf4665c6796c55a5db9dc6450537b2cf (diff) | |
download | slackbuilds-d576c35e1b44dafa50095139ffb88eae7d614b45.tar.gz |
system/d-feet: Added (D-Bus Debugger)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/d-feet/doinst.sh')
-rw-r--r-- | system/d-feet/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/d-feet/doinst.sh b/system/d-feet/doinst.sh new file mode 100644 index 0000000000..1f8ff67ded --- /dev/null +++ b/system/d-feet/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/hicolor >/dev/null 2>&1 + fi +fi + |