diff options
author | Alan Alberghini <414N@slacky.it> | 2011-01-30 10:00:14 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-30 10:00:14 -0600 |
commit | 29a5d5e4b3549df93bcf69b7b6feab7fd12f0f4b (patch) | |
tree | 84ce894aa60201d7fbd23cf59de30e9998343d3a /network/kfilebox/doinst.sh | |
parent | 7256be53cd7d1e126257bd3ef74bcf7e2d01c6e8 (diff) | |
download | slackbuilds-29a5d5e4b3549df93bcf69b7b6feab7fd12f0f4b.tar.gz |
network/kfilebox: Added (KDE Dropbox client)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/kfilebox/doinst.sh')
-rw-r--r-- | network/kfilebox/doinst.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/network/kfilebox/doinst.sh b/network/kfilebox/doinst.sh new file mode 100644 index 0000000000..4abc080189 --- /dev/null +++ b/network/kfilebox/doinst.sh @@ -0,0 +1,16 @@ +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 + +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 + fi +fi + |