- update PLIST after adding a LICENSE file to the distribution file.
- add some @unexec tags to try and cleanup the prefix directory on uninstall
This commit is contained in:
parent
493f8b1168
commit
4d258aa75d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user