summaryrefslogtreecommitdiffstats
path: root/network/NetworkManager-vpnc/doinst.sh
blob: 30eb690936b52f1a87d09954c5f29c15ff58b152 (plain)
1
2
3
4
5
6
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
fi