Ensure autostart directory exists

This commit is contained in:
Manuel Thalmann 2024-03-10 01:20:04 +01:00
parent 32895c6479
commit dd02621ced

View file

@ -6,6 +6,7 @@ INSTALL_FONTS="${INSTALL_FONTS}";
if [ "$XDG_SESSION_TYPE" = "tty" ] if [ "$XDG_SESSION_TYPE" = "tty" ]
then then
entryPoint=~/.config/autostart/PortValhallaProfile.desktop; entryPoint=~/.config/autostart/PortValhallaProfile.desktop;
mkdir -p "$(dirname "$entryPoint")";
{ {
echo "#!/usr/bin/env xdg-open"; echo "#!/usr/bin/env xdg-open";