]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-icons
3c018b354e76f8901c46e83f2016b78940da23d7
[debhelper.git] / autoscripts / postinst-icons
1 if which gtk-update-icon-cache >/dev/null 2>&1; then\r
2         for dir in #DIRLIST#; do\r
3                 if [ -f "$dir"/icon-theme.cache ]; then\r
4                         gtk-update-icon-cache --force --quiet "$dir"\r
5                 fi\r
6         done\r
7 fi\r