Parent Directory
|
Revision Log
* 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 |
| Name | Value |
|---|---|
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |