Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > nonfree-release > by-pkgid > 2c6abfd8a6cece01e17b68410abcecb2 > scriptlet

smathstudio-0.99.6671-5.mga9.nonfree.x86_64.rpm

PREIN

/bin/sh
if [ $1 -eq 2 ]; then
# delete application directory before upgrade
  rm -rf /usr/share/smathstudio
fi

POSTIN

/bin/sh
gzip -d /usr/share/smathstudio/lang/*.gz
gzip -d /usr/share/smathstudio/examples/*.gz
gzip -d /usr/share/smathstudio/book/*.gz
gzip -d /usr/share/smathstudio/plugins/*.gz
gzip -d /usr/share/smathstudio/entries/*.gz
gzip -d /usr/share/smathstudio/snippets/*.gz

POSTUN

/bin/sh
if [ $1 -eq 0 ]; then
# delete application directory after uninstall
  rm -rf /usr/share/smathstudio
fi