diff options
author | Colin Watson <cjwatson@debian.org> | 2006-12-06 22:33:22 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-12-06 22:33:22 +0000 |
commit | 3e8dd2f57c597bbd1fdbc77e4f1a681a587a3c08 (patch) | |
tree | f48a3ad34b9d516bc5837d7007dba0daa984ac43 /debian/ssh-krb5.postinst | |
parent | e2f4fb43875e216cbcf7cabbb621ecb205c24857 (diff) |
don't symlink /usr/share/doc/ssh-krb5; we have a separate NEWS file to put there
Diffstat (limited to 'debian/ssh-krb5.postinst')
-rw-r--r-- | debian/ssh-krb5.postinst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/ssh-krb5.postinst b/debian/ssh-krb5.postinst index 989a66801..b1bea1e29 100644 --- a/debian/ssh-krb5.postinst +++ b/debian/ssh-krb5.postinst | |||
@@ -7,11 +7,6 @@ oldversion="$2" | |||
7 | 7 | ||
8 | if [ "$action" = configure ] ; then | 8 | if [ "$action" = configure ] ; then |
9 | if dpkg --compare-versions "$oldversion" lt-nl 1:4.3p2-7; then | 9 | if dpkg --compare-versions "$oldversion" lt-nl 1:4.3p2-7; then |
10 | if [ ! -L /usr/share/doc/ssh-krb5 ]; then | ||
11 | rm -rf /usr/share/doc/ssh-krb5 | ||
12 | ln -s openssh-client /usr/share/doc/ssh-krb5 | ||
13 | fi | ||
14 | |||
15 | # Replaced by /etc/init.d/ssh. | 10 | # Replaced by /etc/init.d/ssh. |
16 | if [ -f /etc/init.d/ssh-krb5 ]; then | 11 | if [ -f /etc/init.d/ssh-krb5 ]; then |
17 | mv /etc/init.d/ssh-krb5 /etc/init.d/ssh-krb5.dpkg-old | 12 | mv /etc/init.d/ssh-krb5 /etc/init.d/ssh-krb5.dpkg-old |