This commit is contained in:
simono41 2018-05-10 02:46:06 +02:00
parent 819fc35dc7
commit 59da872c31

View file

@ -610,8 +610,10 @@ fi
if [ "${version}" == "manjaro" ]; then if [ "${version}" == "manjaro" ]; then
cp /opt/${repo}/update-bootloader /usr/bin/update-bootloader cp /opt/${repo}/update-bootloader /usr/bin/update-bootloader
chmod +x /usr/bin/update-bootloader chmod +x /usr/bin/update-bootloader
if ! grep '/usr/bin/update-bootloader' $RCLOCALSHUTDOWN; then
echo "/usr/bin/update-bootloader" >> /etc/rc.local.shutdown echo "/usr/bin/update-bootloader" >> /etc/rc.local.shutdown
fi fi
fi
if [ "$version" != "lite" ]; then if [ "$version" != "lite" ]; then