diff options
-rw-r--r-- | games/crossfire/pkg/deinstall | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/crossfire/pkg/deinstall b/games/crossfire/pkg/deinstall index c5025eb8a96..00ef8f8026f 100644 --- a/games/crossfire/pkg/deinstall +++ b/games/crossfire/pkg/deinstall @@ -1,6 +1,6 @@ -#!/usr/pkg/bin/perl +#!XXXLOCALBASEXXX/bin/perl # -# $NetBSD: deinstall,v 1.2 1998/08/07 10:40:40 agc Exp $ +# $NetBSD: deinstall,v 1.3 1998/08/23 21:09:36 frueauf Exp $ # open (FILE,"XXXLOCALBASEXXX/etc/rplay.conf"); open (OUT,">tmp"); @@ -17,4 +17,3 @@ close(FILE); system("mv tmp XXXLOCALBASEXXX/etc/rplay.conf"); system("XXXX11BASEXXX/bin/mkfontdir XXXX11BASEXXX/lib/X11/fonts/misc"); __END__ - |