mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-28 09:24:14 +01:00
changes as requested
This commit is contained in:
parent
718d22a2bb
commit
aa8693e424
5
build/linux/dist/install.sh
vendored
5
build/linux/dist/install.sh
vendored
@ -205,10 +205,7 @@ simple_uninstall_f() {
|
||||
# Update desktop file and mime databases (if possible)
|
||||
updatedbs_f() {
|
||||
|
||||
if [ if "${HOME}/root/.config/mimeapps.list"]
|
||||
then
|
||||
continue
|
||||
else
|
||||
if [ ! -f "${HOME}/root/.config/mimeapps.list" ]; then
|
||||
touch mimeapps.list
|
||||
chmod +x mimeapps.list
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user