Delete duplicated launch of thunderbird
This commit is contained in:
parent
03710102c9
commit
c14db01bf5
@ -58,11 +58,6 @@ function start_desktop_applications() {
|
|||||||
if command -v timekprc &> /dev/null ; then
|
if command -v timekprc &> /dev/null ; then
|
||||||
timekprc &
|
timekprc &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Thunderbird mail client
|
|
||||||
if command -v thunderbird &> /dev/null ; then
|
|
||||||
thunderbird &
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function start_desktop_helper_apps() {
|
function start_desktop_helper_apps() {
|
||||||
|
Loading…
Reference in New Issue
Block a user