uhub/debian/uhub.postrm

7 lines
87 B
Plaintext
Raw Permalink Normal View History

2010-01-26 16:00:55 +00:00
#!/bin/sh -e
if [ "$1" = purge ]; then
update-rc.d uhub remove >/dev/null
fi