Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 0668b8caf52cc2211e812e3164f5844d > scriptlet

octave-dicom-0.1.1-4.fc18.i686.rpm

PREUN

/bin/sh

rm /usr/share/octave/packages/dicom-0.1.1/packinfo/on_uninstall.m 
if [ -e /usr/share/octave/packages/dicom-0.1.1/packinfo/on_uninstall.m.orig ]; then 
  mv /usr/share/octave/packages/dicom-0.1.1/packinfo/on_uninstall.m.orig /usr/share/octave/packages/dicom-0.1.1/packinfo/on_uninstall.m 
  cd /usr/share/octave/packages/dicom-0.1.1/packinfo 
  octave -H -q --no-window-system --no-site-file --eval "l=pkg('list');on_uninstall(l{cellfun(@(x)strcmp(x.name,'dicom'),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";