#!/bin/sh

set -e
hook=/etc/apt/apt.conf.d/10apt-listbugs
if [ -f $hook.disabled ]; then
    mv $hook.disabled $hook
fi

#DEBHELPER#

exit 0 
