Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 430ef1b1fee500701265010856f5b030 > scriptlet

gnome-themes-2.32.0-1.fc14.noarch.rpm

POSTIN

/bin/sh
for icon_theme in \
  Clearlooks ClearlooksClassic Crux Mist Glider Glossy \
  HighContrast HighContrastInverse HighContrastLargePrint HighContrastLargePrintInverse \
  Inverted LargePrint LowContrast LowContrastLargePrint Simple ; do
  touch --no-create /usr/share/icons/${icon_theme} &> /dev/null || :
done

POSTUN

/bin/sh
if [ $1 -eq 0 ]; then
for icon_theme in \
  Crux HighContrast HighContrastInverse HighContrastLargePrint \
  HighContrastLargePrintInverse HighContrast-SVGLargePrint Mist \
  ;
do
  touch --no-create /usr/share/icons/${icon_theme} &> /dev/null || :
  gtk-update-icon-cache /usr/share/icons/${icon_theme} &> /dev/null || :
done
fi

POSTTRANS

/bin/sh
for icon_theme in \
  Crux HighContrast HighContrastInverse HighContrastLargePrint \
  HighContrastLargePrintInverse HighContrast-SVGLargePrint Mist \
  ;
do
  touch --no-create /usr/share/icons/${icon_theme} &> /dev/null || :
  gtk-update-icon-cache /usr/share/icons/${icon_theme} &> /dev/null || :
done