1 Commits
0.9.5 ... 0.9.6

Author SHA1 Message Date
320dc22775 I am stupid 2020-11-29 01:44:05 +02:00

View File

@@ -13,8 +13,8 @@ src=/usr/share/applications
# fi # fi
if [[ -f /usr/bin/calamares ]]; then if [[ -f /usr/bin/calamares ]]; then
sed -i s/Icon.*=calamares/Icon=artixlinux-logo/g $src/calamares.desktop
cp -f $src/calamares.desktop "$xdg/" cp -f $src/calamares.desktop "$xdg/"
sed -i s/Icon.*=calamares/Icon=artixlinux-logo/g "$xdg"/calamares.desktop
chmod +x "$xdg/calamares.desktop" chmod +x "$xdg/calamares.desktop"
fi fi