summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/xfce/elementary-xfce/doinst.sh
blob: 320b5363d8f8c73f3da77f4256842d581a23d66b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
if [ -e usr/share/icons/elementary-xfce/icon-theme.cache ]; then
  if [ -x /usr/bin/gtk-update-icon-cache ]; then
    /usr/bin/gtk-update-icon-cache usr/share/icons/elementary-xfce>/dev/null 2>&1
  fi
fi

if [ -e usr/share/icons/elementary-xfce-dark/icon-theme.cache ]; then
  if [ -x /usr/bin/gtk-update-icon-cache ]; then
    /usr/bin/gtk-update-icon-cache usr/share/icons/elementary-xfce-dark>/dev/null 2>&1
  fi
fi

if [ -e usr/share/icons/elementary-xfce-darker/icon-theme.cache ]; then
  if [ -x /usr/bin/gtk-update-icon-cache ]; then
    /usr/bin/gtk-update-icon-cache usr/share/icons/elementary-xfce-darker>/dev/null 2>&1
  fi
fi

if [ -e usr/share/icons/elementary-xfce-darkest/icon-theme.cache ]; then
  if [ -x /usr/bin/gtk-update-icon-cache ]; then
    /usr/bin/gtk-update-icon-cache usr/share/icons/elementary-xfce-darkest>/dev/null 2>&1
  fi
fi