#!/bin/sh if [ "$2" = "POST-DEINSTALL" ] ; then exit ; fi if ! [ -e "${PKG_PREFIX}"/share/koi8r-ps/fontmap.path ] ; then cat << END_WARNING The file "${PKG_PREFIX}"/share/koi8r-ps/fontmap.path does not exist. Unable to patch the GhostScript's Fontmap to stop using the Cyrillic fonts, which you are removing, yb default. END_WARNING exit fi FONTMAP=`cat "${PKG_PREFIX}"/share/koi8r-ps/fontmap.path` if [ -e "$FONTMAP" ] ; then cat << EXPLANATION Patching the file $FONTMAP to tell GhostScript to stop looking for the fonts in this package. EXPLANATION env SIMPLE_BACKUP_SUFFIX=.CyrPS VERSION_CONTROL= \ patch -l -N -R "$FONTMAP" "${PKG_PREFIX}/share/koi8r-ps/Fontmap.diff" \ && rm -f "$FONTMAP".CyrPS else if [ "$FONTMAP" != "/nicht/" ] ; then cat << END_WARNING The file $FONTMAP is recorded as the one patched during the isntallation of this package. However, the file does not exist now, so we can not reverse the patch. You _may_ have problem using GhostScript now. END_WARNING fi fi alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gpart/files
Commit message (Expand)AuthorAgeFilesLines
* - fix md5 checksum (There are no changes in files. Only man directory modifi...oliver2003-10-072-0/+62
* - Update to 0.1g.knu2000-09-162-10/+17