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