Path : /proc/self/root/var/lib/dpkg/info/ |
Current File : //proc/self/root/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