diff options
author | Fridrich von Stauffenberg <cancellor2@gmail.com> | 2011-11-09 16:20:31 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-11-26 09:09:10 -0600 |
commit | c77efa0419d9b229f6a7beefd09d1ee7b9b7de8a (patch) | |
tree | dd1d7423feb4f14c20ba6b063dc621bfd20111e8 /office/myrulib/doinst.sh | |
parent | 5e4d4bd77f6a3c20646f5635c8dc8d155f24d2c1 (diff) | |
download | slackbuilds-c77efa0419d9b229f6a7beefd09d1ee7b9b7de8a.tar.gz |
office/myrulib: Added (e-book library manager)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office/myrulib/doinst.sh')
-rw-r--r-- | office/myrulib/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/office/myrulib/doinst.sh b/office/myrulib/doinst.sh new file mode 100644 index 0000000000..1f8ff67ded --- /dev/null +++ b/office/myrulib/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 + |