Rev 6779 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#!/bin/sh## postinst script for the Debian GNU/Linux r-base package# This version written by Douglas Bates <bates@stat.wisc.edu>set -e#DEBHELPER#if [ -x /usr/bin/update-menus ] ; then update-menus ; ficase "$1" inconfigure)if [ -x /usr/bin/paperconf ]thenperl -pi -e \'$P=`/usr/bin/paperconf`,chop $P,s:a4:$P: if /{R_PAPERSIZE/' /usr/bin/Rfi;;abort-upgrade|abort-remove|abort-deconfigure);;*)echo "postinst called with unknown argument \`$1'" >&2;;esac