summaryrefslogtreecommitdiff
path: root/debian/hurd.prerm
blob: 78105cdca135e3bcabeeaa7dc9ab64dabfb5e809 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

if [ "$1" = remove ]; then
       update-alternatives --remove random /dev/random-hurd
fi

#DEBHELPER#