75cd39c216
This baseport provides the basic directory structure. Deleting this package will completely erase all the structure, and remaining files, associated with the octave packaging system. This is useful if things go wrong with the octave packaging system. (The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts.) PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
7 lines
367 B
Text
7 lines
367 B
Text
@exec mkdir -p %%LOCALBASE%%/libexec/octave/packages
|
|
@exec mkdir -p %%LOCALBASE%%/share/octave/packages
|
|
@exec mkdir -p %%LOCALBASE%%/share/octave/tarballs
|
|
@unexec rm -rf %%LOCALBASE%%/libexec/octave/packages
|
|
@unexec rm -f %%LOCALBASE%%/share/octave/octave_packages
|
|
@unexec rm -rf %%LOCALBASE%%/share/octave/packages
|
|
@unexec rm -rf %%LOCALBASE%%/share/octave/tarballs
|