libapt-pkg-doc.postinst 193 B

123456789101112
  1. #! /bin/sh
  2. case "$1" in
  3. configure)
  4. if [ -f /usr/sbin/dhelp_parse ]; then
  5. /usr/sbin/dhelp_parse -a /usr/share/doc/libapt-pkg-doc
  6. fi
  7. ;;
  8. esac
  9. #DEBHELPER#