File: debconf-utils.postinst

package info (click to toggle)
debconf 1.5.11etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,364 kB
  • ctags: 714
  • sloc: perl: 8,347; sh: 286; makefile: 174; python: 117
file content (9 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#DEBHELPER#

# 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