mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
6feec0a337
This way @rmtry is now rootdir friendly It also allows cross installation (arm rootdir on amd64 host for example) Reviewed by: pormtgr (mat) Differential Revision: https://reviews.freebsd.org/D23618
10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
# $FreeBSD$
|
|
#
|
|
# MAINTAINER: portmgr@FreeBSD.org
|
|
actions: []
|
|
post-deinstall-lua: <<EOD
|
|
file = pkg.prefixed_path("%@")
|
|
-- ignore the return value and the error
|
|
ret, err = os.remove(file)
|
|
EOD
|