/branches/wheezy/debian/nettle-bin.postinst |
---|
0,0 → 1,13 |
#!/bin/sh |
set -e |
# Replace documentation directory with symlink |
docdir="/usr/share/doc/nettle-bin" |
if [ -d $docdir ] && [ ! -L $docdir ]; then |
if rmdir $docdir 2>/dev/null; then |
ln -sf libnettle4 $docdir |
fi |
fi |
#DEBHELPER# |
/branches/wheezy/debian/changelog |
---|
1,3 → 1,10 |
nettle (2.4-3) unstable; urgency=high |
* Add postinst script that replaces old documentation directory (from |
before 1.15-4) in nettle-bin with symlink (Closes: #692950. |
-- Magnus Holmgren <holmgren@debian.org> Fri, 16 Nov 2012 20:52:59 +0100 |
nettle (2.4-2) unstable; urgency=low |
* Drop README.source; not needed since the package was converted to |