X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=CreaPhase.git;a=blobdiff_plain;f=octave_packages%2Fsecs2d-0.0.8%2FPKG_DEL;fp=octave_packages%2Fsecs2d-0.0.8%2FPKG_DEL;h=62f27882856e18893e71eabf74bc3750e74ac896;hp=0000000000000000000000000000000000000000;hb=f5f7a74bd8a4900f0b797da6783be80e11a68d86;hpb=1705066eceaaea976f010f669ce8e972f3734b05 diff --git a/octave_packages/secs2d-0.0.8/PKG_DEL b/octave_packages/secs2d-0.0.8/PKG_DEL new file mode 100644 index 0000000..62f2788 --- /dev/null +++ b/octave_packages/secs2d-0.0.8/PKG_DEL @@ -0,0 +1,9 @@ + +# Run this only if the package is installed +if (! exist (fullfile (fileparts (mfilename ("fullpath")), "inst"), "dir")) +dirlist= {"Utilities","DDGOX","ThDDGOX","QDDGOX","METLINES","DDGOXT"}; + +for ii=1:length(dirlist) +rmpath ( [ fileparts( mfilename("fullpath")) "/" dirlist{ii}]) +end +end