slackbuilds_ponce/desktop/xfce4-windowck-plugin/doinst.sh
Aaditya Bagga a424b26b90
desktop/xfce4-windowck-plugin: add upstream patch
Thanks to Jonny for the report and fix

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-30 13:52:04 +07:00

9 lines
322 B
Bash

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