summaryrefslogtreecommitdiffstats
path: root/system/vifm/doinst.sh
diff options
context:
space:
mode:
author Charles E. Kauffman <molbolom@gmail.com>2014-07-03 15:34:02 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-07-03 19:23:20 +0700
commita23266c11ba29de52f9b7ea2d4e8fb6fc2b93d2c (patch)
tree88fdfe5effa862dbd79fa6a04ab2e6b6eeee13ca /system/vifm/doinst.sh
parent8938556b0e0413a0bcd85f285f2917ba27fdb697 (diff)
downloadslackbuilds-a23266c11ba29de52f9b7ea2d4e8fb6fc2b93d2c.tar.gz
slackbuilds-a23266c11ba29de52f9b7ea2d4e8fb6fc2b93d2c.tar.xz
system/vifm: Updated for version 0.7.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/vifm/doinst.sh')
-rw-r--r--system/vifm/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/vifm/doinst.sh b/system/vifm/doinst.sh
new file mode 100644
index 0000000000..3e5691a052
--- /dev/null
+++ b/system/vifm/doinst.sh
@@ -0,0 +1,9 @@
+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