#!/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 ng' alt='cgit logo'/> index : freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/imcom
tion>
Commit message (Expand)AuthorAgeFilesLines
* De-pkg-comment.knu2003-02-212-1/+1
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gstreamer1-plugins-openjpeg
Commit message (Expand)AuthorAgeFilesLines
* Update graphics/openjpeg to 2.3.0sunpoet2017-10-112-0/+165
* Update GStreamer 1.x suite to 1.12.3.kwm2017-09-242-159/+0