From a23266c11ba29de52f9b7ea2d4e8fb6fc2b93d2c Mon Sep 17 00:00:00 2001 From: "Charles E. Kauffman" Date: Thu, 3 Jul 2014 15:34:02 +0700 Subject: system/vifm: Updated for version 0.7.7. Signed-off-by: Willy Sudiarto Raharjo --- system/vifm/doinst.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 system/vifm/doinst.sh (limited to 'system/vifm/doinst.sh') 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 -- cgit v1.2.3