diff options
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 |
commit | a23266c11ba29de52f9b7ea2d4e8fb6fc2b93d2c (patch) | |
tree | 88fdfe5effa862dbd79fa6a04ab2e6b6eeee13ca /system/vifm/doinst.sh | |
parent | 8938556b0e0413a0bcd85f285f2917ba27fdb697 (diff) |
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.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/vifm/doinst.sh b/system/vifm/doinst.sh new file mode 100644 index 000000000000..3e5691a052b5 --- /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 |