Get rid of ugly startx helper script and start X on tty7/vt7
[grml-autoconfig.git] / debian / postinst
1 #!/bin/sh
2 set -e
3
4 if [ "$1" = "configure" ]; then
5   update-rc.d grml-autoconfig start 30 2 . >/dev/null
6 fi
7
8 #DEBHELPER#
9
10 exit 0