Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > f703d360fa13560ddcbe9ea38316c4cd > scriptlet

powermanga-0.93.1-2.mga7.armv7hl.rpm

POSTIN

/bin/sh
#hi scores are now in a proper dir we recover previous one if they exist
for i in hi hi-easy hi-hard ; do
  if [ -f /var/lib/games/powermanga.$i ] ; then
    mv /var/lib/games/powermanga.$i /var/games/powermanga/powermanga.$i
  fi
done