pkg://astyle_1.15.3-1_ia64.deb:100258/postinst
info downloads
#!/bin/sh
set -e
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/astyle -a -d /usr/share/doc/astyle ]; then
ln -sf ../share/doc/astyle /usr/doc/astyle
fi
fi
# End automatically added section
# Automatically added by dh_installdocs
if [ "$1" = configure ] && command -v install-docs >/dev/null 2>&1; then
install-docs -i /usr/share/doc-base/astyle-release-notes
fi
# End automatically added section
# Automatically added by dh_installdocs
if [ "$1" = configure ] && command -v install-docs >/dev/null 2>&1; then
install-docs -i /usr/share/doc-base/astyle
fi
# End automatically added section