Existing DESINTALL gives followin error:
/var/db/pkg/ghostscript-cidfonts-20000901nb3/+DEINSTALL: 120: Syntax error: word unexpected (expecting ")") meaning wrong location of ';;'. Fixed.
This commit is contained in:
parent
1363d93a31
commit
fb3c14ff34
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: DEINSTALL,v 1.2 2011/03/30 12:49:24 makoto Exp $
|
||||
# $NetBSD: DEINSTALL,v 1.3 2011/08/09 22:39:24 makoto Exp $
|
||||
|
||||
ADOBE_RESOURCEDIR="@ADOBE_RESOURCEDIR@"
|
||||
GS_RESOURCEDIR="@GS_RESOURCEDIR@"
|
||||
|
@ -14,6 +14,6 @@ DEINSTALL)
|
|||
dest="${GS_RESOURCEDIR}/Init/CIDFont/$base"
|
||||
${RM} -f $dest
|
||||
done
|
||||
;;
|
||||
rmdir ${GS_RESOURCEDIR}/Init/CIDFont
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue