Corectrl desktop file
This commit is contained in:
parent
a0a2d431b5
commit
4f6983d80c
@ -313,6 +313,18 @@ rm -rf ./PSipcalc
|
|||||||
mkdir -p ~/.config/GIMP/2.10/plug-ins/ || echo Not creating directory
|
mkdir -p ~/.config/GIMP/2.10/plug-ins/ || echo Not creating directory
|
||||||
rsync -ah ~/config/gimp-plugins/* ~/.config/GIMP/2.10/plug-ins/
|
rsync -ah ~/config/gimp-plugins/* ~/.config/GIMP/2.10/plug-ins/
|
||||||
|
|
||||||
|
echo
|
||||||
|
cat <<EOF
|
||||||
|
########################################
|
||||||
|
############### Autostart ##############
|
||||||
|
########################################
|
||||||
|
EOF
|
||||||
|
|
||||||
|
# copy corectrl desktop file
|
||||||
|
if [[ $(pacman -Q | grep corectrl) ]]; then
|
||||||
|
cp /usr/share/applications/org.corectrl.corectrl.desktop ~/.config/autostart/org.corectrl.corectrl.desktop
|
||||||
|
fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
########################################
|
########################################
|
||||||
|
Loading…
Reference in New Issue
Block a user