Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > media > main-release > by-pkgid > e47ec5687c830d4c17f91b7f9da03fb7 > scriptlet

gnomine-2.32.1-3.x86_64.rpm

PREIN

/bin/sh
[ -d /var/games ] || mkdir -p /var/games
for i in \
  gnomine.Custom \
  gnomine.Large \
  gnomine.Medium \
  gnomine.Small \
; do
  /usr/share/rpm-helper/create-file gnome-games $1 /var/games/$i.scores games games 0664 
  if [ -f "/var/games/$i.scores" -a ! -s "/var/games/$i.scores" ]; then
    echo "0.000000 `date +%s` gnome" >> /var/games/$i.scores
  fi
done

PREUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/gconftool-2 ]; then 
SCHEMAS="" 
for SCHEMA in gnomine ; do 
  SCHEMAS="$SCHEMAS /etc/gconf/schemas/$SCHEMA.schemas" 
done 
GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` /usr/bin/gconftool-2 --makefile-uninstall-rule  $SCHEMAS > /dev/null || true ; fi