slackbuilds_ponce/desktop/suru-plus-icon-theme/doinst.sh
Matteo Bernardini 05be5db8f9 desktop/suru-plus-icon-theme: Added (icon theme).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2021-04-18 00:01:00 -05:00

5 lines
192 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