Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release > by-pkgid > 524fdcf41760a98c78611acb56f64a4f > scriptlet

gnomine-2.32.1-2.mga1.i586.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