Files
Arquivotheca.Solaris-2.5/pkgdefs/SUNWdoc/preremove
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

20 lines
331 B
Bash
Executable File

#!/bin/sh
#
#ident "@(#)preremove 1.1 92/02/28 SMI"
#
# Copyright (c) 1992 by Sun Microsystems, Inc.
#
#
# remove usr/lib/font/devpost/charlib/~=
#
# This postremove script is required because installf will not
# register a file with an `=` in its name.
#
CHARLIB=$BASEDIR/usr/lib/font/devpost/charlib
rm -f $CHARLIB/~=
exit 0