Add patch for dolphin to KDE4 Complements

This commit is contained in:
MatMoul 2015-09-12 15:45:49 +02:00
parent eb2a466166
commit a487578549

View file

@ -63,6 +63,11 @@ for itm in $sel; do
echo "numlockx on" >> /usr/share/config/kdm/Xsetup
fi
;;
'"dolphinpart4"')
if( confirm "Patch doplhin.desktop with Exec=dolphin4 %u ?" ) then
sed -i "/Exec/c\Exec=dolphin4 %u" /usr/share/applications/org.kde.dolphin.desktop
fi
;;
esac
done