slackbuilds_ponce/desktop/yad/doinst.sh
Matteo Bernardini f3653f73b8 desktop/yad: Updated for version 7.3.
Added the optional deps gtksourceview3 and webkit2gtk

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2021-04-18 00:10:35 -05:00

11 lines
369 B
Bash

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
if [ -e usr/share/glib-2.0/schemas ]; then
if [ -x /usr/bin/glib-compile-schemas ]; then
/usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1
fi
fi