|
|
|
@ -677,7 +677,7 @@ X-GNOME-Autostart-Phase=Initialization
|
|
|
|
|
X-KDE-autostart-phase=1
|
|
|
|
|
FOE
|
|
|
|
|
|
|
|
|
|
cat > /usr/bin/nexttouch-addusers << FOE
|
|
|
|
|
cat > /usr/bin/nextouch-addusers << FOE
|
|
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
if grep panelusers /etc/group;
|
|
|
|
@ -700,7 +700,7 @@ for ((i=1;i<61;i++)); do
|
|
|
|
|
done
|
|
|
|
|
FOE
|
|
|
|
|
|
|
|
|
|
chmod +x /usr/bin/gnome-auto-config /usr/bin/clean-home /usr/bin/nexttouch-addusers
|
|
|
|
|
chmod +x /usr/bin/gnome-auto-config /usr/bin/clean-home /usr/bin/nextouch-addusers
|
|
|
|
|
touch /etc/skel/.firststart
|
|
|
|
|
|
|
|
|
|
%end
|
|
|
|
|