From 2690876844ea8648992dcc212deed89d6ea02256 Mon Sep 17 00:00:00 2001 From: Damian Perticone Date: Sat, 30 Apr 2022 13:45:00 +0700 Subject: desktop/wcm: Added (config manager for wayfire). Signed-off-by: Willy Sudiarto Raharjo --- desktop/wcm/doinst.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 desktop/wcm/doinst.sh (limited to 'desktop/wcm/doinst.sh') diff --git a/desktop/wcm/doinst.sh b/desktop/wcm/doinst.sh new file mode 100644 index 000000000000..65c7e2eeb9aa --- /dev/null +++ b/desktop/wcm/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 -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi -- cgit v1.2.3