From 4d258aa75df9446b5c0e377df018be4f5bf224ce Mon Sep 17 00:00:00 2001 From: brad Date: Sun, 20 Feb 2000 03:58:45 +0000 Subject: [PATCH] - update PLIST after adding a LICENSE file to the distribution file. - add some @unexec tags to try and cleanup the prefix directory on uninstall --- emulators/freebsd_lib/pkg/PLIST | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/emulators/freebsd_lib/pkg/PLIST b/emulators/freebsd_lib/pkg/PLIST index 065dd6d9b9c..f98cb823346 100644 --- a/emulators/freebsd_lib/pkg/PLIST +++ b/emulators/freebsd_lib/pkg/PLIST @@ -1,3 +1,4 @@ +LICENSE sbin/ldconfig usr/lib/compat/libc.so.2.2 usr/lib/compat/libdialog.so.2.0 @@ -68,3 +69,9 @@ usr/X11R6/lib/liboldX.so.6.0 @dirrm usr/lib/compat @dirrm usr/lib @dirrm usr +@unexec rm -f %D/var/run/ld.so.hints +@unexec rmdir %D/var/run > /dev/null || true +@unexec rmdir %D/var > /dev/null || true +@unexec rmdir %D > /dev/null || true +@unexec rmdir /emul > /dev/null || true +