Switch default mount point from /lib/live/mount/medium to /run/live/medium
[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