]> git.pld-linux.org Git - packages/bioapi.git/blame - bioapi-no-delete.patch
- updated to 1.2.4
[packages/bioapi.git] / bioapi-no-delete.patch
CommitLineData
e16f205a
ER
1do not delete the installed symlink -- let the package manager handle that
2
3--- bioapi-linux/apps/mod_install/install.c
4+++ bioapi-linux/apps/mod_install/install.c
5@@ -496,10 +496,6 @@
6 }
7 else if ( Action == INSTALL_ACTION_UNINSTALL )
8 {
9-/* Linux-Port: Added the Linux branch */
10-#if defined (LINUX) || defined (SOLARIS)
11- DeleteFile(szDstPath);
12-#endif
13 printf( "Module uninstalled successfully.\n" );
14 }
15 else if ( Action == INSTALL_ACTION_REFRESH )
This page took 0.124773 seconds and 4 git commands to generate.