/[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 953 - (hide annotations) (download)
Sun Jul 13 08:20:46 2003 UTC (9 years, 10 months ago) by joey
Original Path: debconf-trunk/debian/debconf-utils.postinst
File size: 252 byte(s)
   * The "free meals all week" release.
   * Do the debconf-utils doc dir transition in its postinst, not preinst.
     Closes: #201018, #201024, #201019, #201018, #201017
1 joey 953 #!/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