Your IP : 18.116.36.48


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/apt-listchanges.preinst

#!/bin/sh -e

set -e

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



exit 0