Rev 21978 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#!/bin/sh## prerm script for the Debian GNU/Linux r-doc-info package# This version written by Dirk Eddelbuettel <edd@debian.org>set -e#DEBHELPER#case "$1" inremove|purge)install-info --quiet --remove R-FAQinstall-info --quiet --remove R-extsinstall-info --quiet --remove R-introinstall-info --quiet --remove R-datainstall-info --quiet --remove R-lang;;upgrade|abort-upgrade|abort-remove|abort-deconfigure);;*)echo "prerm called with unknown argument \`$1'" >&2;;esac