2 Commits
0.6.1 ... 0.6.3

Author SHA1 Message Date
96ae6855ac desktop-items: fix konversation 2018-10-06 14:18:40 +02:00
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/org.kde.konversation.desktop ]]; then
install -Dm755 $src/org.kde.konversation.desktop \
$xdg/konversation-artix-help.desktop
fi
if [[ -f /usr/bin/calamares ]]; then