#!/bin/sh -e

set -e

hook=/etc/apt/apt.conf.d/20listchanges
test -f $hook.disabled && mv $hook.disabled $hook

#DEBHELPER#

exit 0
