]> spindle.queued.net Git - autox/blob - debian/autox.prerm
oops, we should dep on kbd | console-tools for openvt
[autox] / debian / autox.prerm
1 #!/bin/sh
2
3 set -e
4
5 if [ "$1" = "remove" ]; then
6         invoke-rc.d autox stop
7 fi
8
9 #DEBHELPER#
10
11 exit 0