mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Convert load-octave-pkg to proper @postexec
This commit is contained in:
parent
3b24535f04
commit
59eaaf3ef0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397912
@ -1815,7 +1815,6 @@ PKGUPGRADE?= ${PKGDIR}/pkg-upgrade
|
||||
|
||||
_FORCE_POST_PATTERNS= rmdir fc-cache \
|
||||
fonts.dir fonts.scale gtk-update-icon-cache \
|
||||
load-octave-pkg \
|
||||
ocamlfind \
|
||||
update-desktop-database update-mime-database \
|
||||
ccache-update-links
|
||||
|
@ -1,4 +1,4 @@
|
||||
@unexec %D/libexec/octave/load-octave-pkg || true
|
||||
@postunexec %D/libexec/octave/load-octave-pkg || true
|
||||
libexec/octave/load-octave-pkg
|
||||
@exec %D/libexec/octave/load-octave-pkg
|
||||
@postexec %D/libexec/octave/load-octave-pkg
|
||||
@dir share/octave/tarballs
|
||||
|
Loading…
Reference in New Issue
Block a user