Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > fbe631bd7bf8834d327d6c0f0681f88b > scriptlet

octave-NLopt-2.4.1-1.fc18.i686.rpm

PREUN

/bin/sh

rm /usr/share/octave/packages/NLopt-2.4.1/packinfo/on_uninstall.m 
if [ -e /usr/share/octave/packages/NLopt-2.4.1/packinfo/on_uninstall.m.orig ]; then 
  mv /usr/share/octave/packages/NLopt-2.4.1/packinfo/on_uninstall.m.orig /usr/share/octave/packages/NLopt-2.4.1/packinfo/on_uninstall.m 
  cd /usr/share/octave/packages/NLopt-2.4.1/packinfo 
  octave -H -q --no-window-system --no-site-file --eval "l=pkg('list');on_uninstall(l{cellfun(@(x)strcmp(x.name,'NLopt'),l)});";fi

POSTIN

/bin/sh
octave -H -q --no-window-system --no-site-file --eval "pkg rebuild";

POSTUN

/bin/sh
octave -H -q --no-window-system --no-site-file --eval "pkg rebuild";