chiark / gitweb /
Fixed failure to save pathnames in a couple of places in parser.c; Fix failure to...
[userv.git] / debian / postrm
1 #!/bin/sh
2 set -e
3 if test "$1" = purge
4 then
5         update-rc.d userv remove
6 fi