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)
src=/usr/share/applications
if [[ -f $src/konversation.desktop ]]; then
install -Dm755 $src/konversation.desktop \
$xdg/konversation.desktop
if [[ -f $src/Konversation.desktop ]]; then
install -Dm755 $src/Konversation.desktop \
$xdg/Konversation-artix-help.desktop
fi
if [[ -f /usr/bin/calamares ]]; then