Rev 16448 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#! /bin/sh## r-doc-pdf.preinst## Written and GPL'ed by Dirk Eddelbuettel <edd@debian.org>set -ecase "$1" ininstall|upgrade)# we want symlinks to r-base so old directories cannot existtest -d /usr/share/doc/r-doc-pdf && rm -rf /usr/share/doc/r-doc-pdf;;abort-upgrade);;*)echo "preinst called with unknown argument \`$1'" >&2exit 0;;esac#DEBHELPER#exit 0