summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/etc/skel/.config/autostart/autostart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/profile/root-image/etc/skel/.config/autostart/autostart.sh')
-rwxr-xr-xconfigs/profile/root-image/etc/skel/.config/autostart/autostart.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/configs/profile/root-image/etc/skel/.config/autostart/autostart.sh b/configs/profile/root-image/etc/skel/.config/autostart/autostart.sh
deleted file mode 100755
index ef7b766..0000000
--- a/configs/profile/root-image/etc/skel/.config/autostart/autostart.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-
-[ -f ~/welcome.txt ] && zenity --question --width=620 \
- --title="_EDITION_TITLE_" \
- --text="$(cat ~/welcome.txt)" \
- --ok-label="OK" \
- --cancel-label="Don't show this again" || rm ~/welcome.txt &
-
-/home/parabola/.config/autostart/autostart-lxde.sh &