1 Commits
0.6.1 ... 0.6.2

Author SHA1 Message Date
22014421b1 fix konversation typo 2018-10-05 21:42:29 +02:00

View File

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