SlackBuildsOrg/system/p7zip/doinst.sh

7 lines
190 B
Bash
Raw Normal View History

2010-05-13 00:41:16 +02:00
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
2010-05-12 17:45:45 +02:00
fi