--- a/PKG_ADD
+++ b/PKG_ADD
@@ -1,6 +1,8 @@
 dirlist        = {"utl","asm","tst","nls","prs","sbn"};
 [basename,dir] = fileparts(fileparts (mfilename ("fullpath")));
 
+basename = "/usr/share/octave/packages/3.2/ocs-0.1.0/";
+
 for ii=1:length(dirlist)
   if (! exist (fullfile (basename, "inst"), "dir"))
     ## Run this if the package is installed
--- a/PKG_DEL
+++ b/PKG_DEL
@@ -1,6 +1,8 @@
 dirlist        = {"utl","asm","tst","nls","prs","sbn"};
 [basename,dir] = fileparts(fileparts (mfilename ("fullpath")));
 
+basename = "/usr/share/octave/packages/3.2/ocs-0.1.0/";
+
 for ii=1:length(dirlist)
   if (! exist (fullfile (basename, "inst"), "dir"))
     ## Run this if the package is installed
@@ -9,4 +11,4 @@
     ## Run this if we are testing the package is installed without installation
     rmpath ( [ fileparts( mfilename("fullpath")) "/inst/" dirlist{ii}])
   end
-end
\ No newline at end of file
+end
