Your IP : 18.222.115.155


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/debconf-utils.postinst

#!/bin/sh
set -e


# directory turned into symlink; give dpkg a hand.
if [ ! -L /usr/share/doc/debconf-utils ] && \
   [ -e /usr/share/doc/debconf-utils ]; then
   	rmdir /usr/share/doc/debconf-utils
	ln -sf debconf /usr/share/doc/debconf-utils
fi