Switch default mount point from /lib/live/mount/medium to /run/live/medium
[grml-autoconfig.git] / debian / postrm
1 #!/bin/sh
2 set -e
3
4 if [ "$1" = "purge" ]; then
5   update-rc.d grml-autoconfig remove >/dev/null || exit 0
6 fi
7
8 #DEBHELPER#
9
10 exit 0