]> git.pld-linux.org Git - packages/bioapi.git/blob - bioapi-no-delete.patch
- add patches from gentoo
[packages/bioapi.git] / bioapi-no-delete.patch
1 do 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.120582 seconds and 3 git commands to generate.