#!/bin/sh set -ue if [ "$1" = 'configure' ]; then # Linux >=3.16 mixes output from the VirtIO RNG (/dev/hwrng) into # /dev/random hence we no longer need to do this in userspace using # `rngd` register-module virtio-rng fi #DEBHELPER# exit 0