Mercurial > trustbridge
comparison packaging/linux-installer.inc.in @ 854:adf7481291a4
Fixed typo in ubuntu desktop file.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Wed, 30 Jul 2014 17:41:52 +0200 |
parents | 933860224d1e |
children | 4dfb6f543a05 |
comparison
equal
deleted
inserted
replaced
853:08065bb5de7c | 854:adf7481291a4 |
---|---|
292 getxt "Removing configuration files:\n" | 292 getxt "Removing configuration files:\n" |
293 rm_files "${tbcfg_files[@]}" | 293 rm_files "${tbcfg_files[@]}" |
294 rm_empty_dirs "$instcfg_path" | 294 rm_empty_dirs "$instcfg_path" |
295 | 295 |
296 getxt "Removing TrustBridge from autostart\n" | 296 getxt "Removing TrustBridge from autostart\n" |
297 rm_files "${autostart_path}/tustbridge.desktop" | 297 rm_files "${autostart_path}/trustbridge.desktop" |
298 } | 298 } |
299 | 299 |
300 deinstall() | 300 deinstall() |
301 { | 301 { |
302 if [ "${oldinstcfg[PREFIX]}" ] ; then | 302 if [ "${oldinstcfg[PREFIX]}" ] ; then |
338 if [ ! -d "${autostart_path}" ]; then | 338 if [ ! -d "${autostart_path}" ]; then |
339 install -d "${autostart_path}" || \ | 339 install -d "${autostart_path}" || \ |
340 fatal "Failed to create autostart directory: '%s'\n" "$autostart_path" | 340 fatal "Failed to create autostart directory: '%s'\n" "$autostart_path" |
341 fi | 341 fi |
342 | 342 |
343 write_autostart "${autostart_path}/tustbridge.desktop" | 343 write_autostart "${autostart_path}/trustbridge.desktop" |
344 } | 344 } |
345 | 345 |
346 #====================================================================== | 346 #====================================================================== |
347 # main() | 347 # main() |
348 | 348 |