Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
e5b37014d0 | |||
96ae6855ac | |||
22014421b1 |
@@ -3,13 +3,13 @@
|
|||||||
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/org.kde.konversation ]]; then
|
||||||
install -Dm755 $src/konversation.desktop \
|
cp $src/org.kde.konversation \
|
||||||
$xdg/konversation.desktop
|
$xdg/konversation-artix-help.desktop
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -f /usr/bin/calamares ]]; then
|
if [[ -f /usr/bin/calamares ]]; then
|
||||||
install -Dm755 $src/calamares.desktop \
|
cp $src/calamares.desktop \
|
||||||
$xdg/calamares.desktop
|
$xdg/calamares.desktop
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user