diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-07-02 07:58:00 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-02 07:58:00 -0500 |
commit | 212062745ae4251bda1e48862af51dfa4305a053 (patch) | |
tree | 924e22b6d5f6de104ae1fc953e336e57dbb6ee72 /system/hebe/doinst.sh | |
parent | 188355e7db3e109e638d4959c7fc422890f3d65d (diff) |
system/hebe: Added (KDE GUI for the Hercules z/Arch emulator)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/hebe/doinst.sh')
-rw-r--r-- | system/hebe/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/hebe/doinst.sh b/system/hebe/doinst.sh new file mode 100644 index 0000000000000..1f8ff67dedb29 --- /dev/null +++ b/system/hebe/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 + |