]> Creatis software - CreaPhase.git/blobdiff - octave_packages/secs2d-0.0.8/PKG_DEL
Add a useful package (from Source forge) for octave
[CreaPhase.git] / octave_packages / secs2d-0.0.8 / PKG_DEL
diff --git a/octave_packages/secs2d-0.0.8/PKG_DEL b/octave_packages/secs2d-0.0.8/PKG_DEL
new file mode 100644 (file)
index 0000000..62f2788
--- /dev/null
@@ -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