uhub/debian/uhub.postrm
2010-01-26 17:27:34 +01:00

7 lines
87 B
Bash

#!/bin/sh -e
if [ "$1" = purge ]; then
update-rc.d uhub remove >/dev/null
fi