Mercurial > trustbridge
comparison packaging/linux-installer.inc.in @ 916:1cc9faa572fd
(issue53) Update desktop database after desktop file removal
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 20 Aug 2014 17:30:47 +0200 |
parents | 78096ad6f418 |
children | e977f7a0e8fd |
comparison
equal
deleted
inserted
replaced
915:715d41aac9c8 | 916:1cc9faa572fd |
---|---|
302 rm_files "${tbcfg_files[@]}" | 302 rm_files "${tbcfg_files[@]}" |
303 rm_empty_dirs "$instcfg_path" | 303 rm_empty_dirs "$instcfg_path" |
304 | 304 |
305 getxt "Removing TrustBridge from autostart\n" | 305 getxt "Removing TrustBridge from autostart\n" |
306 rm_files "${autostart_path}/trustbridge.desktop" | 306 rm_files "${autostart_path}/trustbridge.desktop" |
307 update-desktop-database 2>&1 || true | |
307 | 308 |
308 getxt "Removing TrustBridge from start menu\n" | 309 getxt "Removing TrustBridge from start menu\n" |
309 rm_files "${startmenu_path}/trustbridge.desktop" | 310 rm_files "${startmenu_path}/trustbridge.desktop" |
310 } | 311 } |
311 | 312 |