Mercurial > trustbridge
comparison packaging/linux-installer-uninstall.inc @ 1164:c13ac2c9851d
(issue106) Reference relevant issue in fixme
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 19 Sep 2014 10:49:37 +0200 |
parents | a72d59f8c3ea |
children | c8f698ca6355 |
comparison
equal
deleted
inserted
replaced
1163:e3772d2810b3 | 1164:c13ac2c9851d |
---|---|
53 deinstall_etc() | 53 deinstall_etc() |
54 { | 54 { |
55 getxt "Removing cron job ...\n" | 55 getxt "Removing cron job ...\n" |
56 remove_cronjob | 56 remove_cronjob |
57 | 57 |
58 # FIXME: delete all files created by the application. | 58 # FIXME (issue133): delete all files created by the application. |
59 local tbcfg_files=( "${instcfg_path}/TrustBridge.ini" | 59 local tbcfg_files=( "${instcfg_path}/TrustBridge.ini" |
60 "${instcfg_path}/trustbridge-tray-starter.cfg" | 60 "${instcfg_path}/trustbridge-tray-starter.cfg" |
61 "$instcfg_file" ) | 61 "$instcfg_file" ) |
62 | 62 |
63 getxt "Removing certificate lists from: %s:\n" "$instdata_path" | 63 getxt "Removing certificate lists from: %s:\n" "$instdata_path" |