Ensure autostart directory exists
This commit is contained in:
parent
582ababceb
commit
36fc1fb4d4
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue