Not needed by lxqt any more.

This commit is contained in:
Doncho N. Gunchev 2020-10-11 14:44:07 +03:00
parent 86b655eb13
commit 1dcbc1723c

View file

@ -1,6 +0,0 @@
#!/bin/bash
for i in ~/.config/autostart-scripts/*.sh; do
if [ "${0/*\//}" == "${i/*\//}" ]; then continue; fi
"$i"
done