diff options
author | Arno Töll <arno@debian.org> | 2013-07-21 19:59:29 +0200 |
---|---|---|
committer | Arno Töll <arno@debian.org> | 2013-07-21 19:59:29 +0200 |
commit | c11e6d0d3573d1a029cfb7dde1f93de6f6f8fa97 (patch) | |
tree | b62266596414213291492640a9fc263d924de11e | |
parent | ab192f2d04425e1d2f090e47599876777db0676b (diff) | |
download | apache2-c11e6d0d3573d1a029cfb7dde1f93de6f6f8fa97.tar.gz |
s/apache2-doc/apache2-bin/ in mod-proxy-html's postinstdebian/2.4.6-1
-rw-r--r-- | debian/libapache2-mod-proxy-html.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libapache2-mod-proxy-html.postinst b/debian/libapache2-mod-proxy-html.postinst index c97c8ad1..14e5a02e 100644 --- a/debian/libapache2-mod-proxy-html.postinst +++ b/debian/libapache2-mod-proxy-html.postinst @@ -25,7 +25,7 @@ case "$1" in RET=0 rmdir /usr/share/doc/libapache2-mod-proxy-html > /dev/null 2>&1|| RET=$? if [ $RET = 0 ] ; then - ln -s /usr/share/doc/apache2-doc /usr/share/doc/libapache2-mod-proxy-html + ln -s /usr/share/doc/apache2-bin /usr/share/doc/libapache2-mod-proxy-html fi fi fi |