1 Commits
0.6.3 ... 0.6.4

Author SHA1 Message Date
e5b37014d0 try to fix calamares launcher 2018-10-07 14:05:33 +02:00

View File

@@ -3,13 +3,13 @@
xdg=$(xdg-user-dir DESKTOP)
src=/usr/share/applications
if [[ -f $src/org.kde.konversation.desktop ]]; then
install -Dm755 $src/org.kde.konversation.desktop \
if [[ -f $src/org.kde.konversation ]]; then
cp $src/org.kde.konversation \
$xdg/konversation-artix-help.desktop
fi
if [[ -f /usr/bin/calamares ]]; then
install -Dm755 $src/calamares.desktop \
cp $src/calamares.desktop \
$xdg/calamares.desktop
fi