diff options
author | Panagiotis Nikolaou <hostmaster@slackonly.com> | 2017-02-09 22:47:20 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:33 +0700 |
commit | 0ba6e2c2b20349717e10fe98030ab83828cd4a22 (patch) | |
tree | 7cfeb7cd4cd532c913553b73ce123f4af2140deb /desktop/sgsearch/doinst.sh | |
parent | 42de10e38c366b3bc1ac5e3052623e02561bc453 (diff) |
desktop/sgsearch: Added (search frontend).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/sgsearch/doinst.sh')
-rw-r--r-- | desktop/sgsearch/doinst.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop/sgsearch/doinst.sh b/desktop/sgsearch/doinst.sh new file mode 100644 index 0000000000000..aea0f894eb32b --- /dev/null +++ b/desktop/sgsearch/doinst.sh @@ -0,0 +1,13 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime >/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 -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |