#!/bin/sh

set -e

hook=/etc/apt/apt.conf.d/10apt-listbugs
if test -f $hook.disabled
then
    mv $hook.disabled $hook
fi

#DEBHELPER#

exit 0 
