view main/system-identification/post_install.m @ 12669:1c92b4b26ced octave-forge

releasePKG.m: exclude .hg* files of export as of bug #45669
author jpicarbajal
date Fri, 31 Jul 2015 19:49:28 +0000
parents 0ed233a0d08c
children
line wrap: on
line source

function post_install (desc)
%% Prepares for installation a package that is organized in subfolders
%% Since src is compiled only in the package main dir
%% I need to remove the PKG_ADD and PKG_DEL from the architecture dependent folder


end