Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > c856fcb5ee686fed8ad5a39e87ed7524 > scriptlet

non-daw-1.2.0-1.1.git13c3ca8.fc18.i686.rpm

POSTIN

/bin/sh
update-desktop-database -q
touch --no-create /usr/share/icons/hicolor >&/dev/null || :

POSTUN

/bin/sh
update-desktop-database -q
if [ $1 -eq 0 ]; then
  touch --no-create /usr/share/icons/hicolor >&/dev/null || :
  gtk-update-icon-cache /usr/share/icons/hicolor >&/dev/null || :
fi

POSTTRANS

/bin/sh
/usr/bin/gtk-update-icon-cache /usr/share/icons/hicolor &>/dev/null || :