From 765ab602ddfe22670a1bc99ed86b9f08fafd5243 Mon Sep 17 00:00:00 2001 From: Scott Parker Date: Mon, 2 Dec 2013 00:25:01 -0600 Subject: desktop/xfce4-whiskermenu-plugin: Added (alternate application launcher for Xfce) Signed-off-by: Robby Workman --- desktop/xfce4-whiskermenu-plugin/doinst.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 desktop/xfce4-whiskermenu-plugin/doinst.sh (limited to 'desktop/xfce4-whiskermenu-plugin/doinst.sh') diff --git a/desktop/xfce4-whiskermenu-plugin/doinst.sh b/desktop/xfce4-whiskermenu-plugin/doinst.sh new file mode 100644 index 0000000000000..3e5691a052b5b --- /dev/null +++ b/desktop/xfce4-whiskermenu-plugin/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