/[debconf]/trunk/src/debconf/debian/debconf-utils.postinst
ViewVC logotype

Contents of /trunk/src/debconf/debian/debconf-utils.postinst

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1483 - (show annotations) (download)
Mon Sep 13 07:04:32 2004 UTC (8 years, 8 months ago) by joey
File size: 252 byte(s)
move from cvs import
1 #!/bin/sh
2 #DEBHELPER#
3
4 # directory turned into symlink; give dpkg a hand.
5 if [ ! -L /usr/share/doc/debconf-utils ] && \
6 [ -e /usr/share/doc/debconf-utils ]; then
7 rmdir /usr/share/doc/debconf-utils
8 ln -sf debconf /usr/share/doc/debconf-utils
9 fi

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.5