Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c30cd6999b | |||
e5b37014d0 |
@@ -4,18 +4,18 @@ xdg=$(xdg-user-dir DESKTOP)
|
|||||||
src=/usr/share/applications
|
src=/usr/share/applications
|
||||||
|
|
||||||
if [[ -f $src/org.kde.konversation.desktop ]]; then
|
if [[ -f $src/org.kde.konversation.desktop ]]; then
|
||||||
install -Dm755 $src/org.kde.konversation.desktop \
|
install -m644 $src/org.kde.konversation.desktop \
|
||||||
$xdg/konversation-artix-help.desktop
|
$xdg/org.kde.konversation.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
|
||||||
|
|
||||||
docs=/usr/share/doc/artix
|
docs=/usr/share/doc/artix
|
||||||
|
|
||||||
for f in {Configuration,Installation,Migration,Troubleshooting}.pdf;do
|
for f in {Configuration,Troubleshooting}.pdf;do
|
||||||
ln -s $docs/$f $xdg/$f
|
ln -s $docs/$f $xdg/$f
|
||||||
done
|
done
|
||||||
|
|
||||||
@@ -24,3 +24,5 @@ if [[ -d /run/openrc ]];then
|
|||||||
else
|
else
|
||||||
ln -s $docs/Runit.pdf $xdg/Runit.pdf
|
ln -s $docs/Runit.pdf $xdg/Runit.pdf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "live session details: /var/log/artix-live.log" > README.txt
|
||||||
|
Reference in New Issue
Block a user