Remove .first_run from desktop as well

This commit is contained in:
Jacob 2023-08-07 19:34:24 +02:00
parent 40935e7591
commit 8614bd2757

View file

@ -6,10 +6,6 @@
check_desktop() {
[ ! -d "$CONFDIR/spmenu/run" ] && mkdir -p "$CONFDIR/spmenu/run"
if [ ! -f "$CONFDIR/spmenu/run/.first_run" ]; then
print_desktop_help
touch "$CONFDIR/spmenu/run/.first_run"
fi
}
print_desktop_help() {