1
0
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:
shawayusx 2020-03-30 12:42:53 +05:30
parent 718d22a2bb
commit aa8693e424

View File

@ -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