Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 36062e6975b8960efd9204f8855e0d65 > scriptlet

nethack-vultures-2.1.2-2.fc12.i686.rpm

PREIN

/bin/sh
/usr/sbin/groupadd vultures 2> /dev/null || :
# Get dir symlinks that were there once out of the way
for dir in graphics sound music ; do
    [ -L /usr/games/vulturesclaw/$dir ] && \
        rm -f /usr/games/vulturesclaw/$dir || :
done

POSTIN

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

POSTUN

/bin/sh
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
gtk-update-icon-cache /usr/share/icons/hicolor &>/dev/null || :