Create autostart directory
This commit is contained in:
parent
4c5f0122a4
commit
04f83567e7
@ -364,6 +364,9 @@ cat <<EOF
|
||||
########################################
|
||||
EOF
|
||||
|
||||
# create autostart directory
|
||||
mkdir -p ~/.config/autostart/
|
||||
|
||||
# copy corectrl desktop file
|
||||
if [[ $(pacman -Q | grep corectrl) ]]; then
|
||||
cp /usr/share/applications/org.corectrl.corectrl.desktop ~/.config/autostart/org.corectrl.corectrl.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user