comparison cinst/main.c @ 297:f733f4aa2a90

Return 0 for linux uninstall for now even if it does nothing
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 02 Apr 2014 16:12:18 +0000
parents 5ab445e6a4da
children ccb00bf48b75
comparison
equal deleted inserted replaced
296:0b1453070561 297:f733f4aa2a90
256 { 256 {
257 #ifdef WIN32 257 #ifdef WIN32
258 return write_stores_win (NULL, all_valid_certs); 258 return write_stores_win (NULL, all_valid_certs);
259 #else 259 #else
260 /*TODO*/ 260 /*TODO*/
261 return 0;
261 } 262 }
262 #endif 263 #endif
263 264
264 ret = read_instructions_file (instruction_file_name, &to_install, 265 ret = read_instructions_file (instruction_file_name, &to_install,
265 &to_remove); 266 &to_remove);

http://wald.intevation.org/projects/trustbridge/