diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-26 07:52:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-26 07:52:09 +0800 |
commit | e8c100ef11f28c146d5d4b2cdfe1ad24e0035c3e (patch) | |
tree | 32aec07a0e739822fda5d8193f358269ce48f36d /net/glib-networking | |
parent | 5a9dca9aef7e5b62b9fd3e5616963d5238d866a1 (diff) | |
download | freebsd-ports-gnome-e8c100ef11f28c146d5d4b2cdfe1ad24e0035c3e.tar.gz freebsd-ports-gnome-e8c100ef11f28c146d5d4b2cdfe1ad24e0035c3e.tar.zst freebsd-ports-gnome-e8c100ef11f28c146d5d4b2cdfe1ad24e0035c3e.zip |
Convert a bunch of @exec into proper @postexec
Diffstat (limited to 'net/glib-networking')
-rw-r--r-- | net/glib-networking/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/glib-networking/pkg-plist b/net/glib-networking/pkg-plist index 3f8a1a58d741..62960f021d11 100644 --- a/net/glib-networking/pkg-plist +++ b/net/glib-networking/pkg-plist @@ -70,5 +70,5 @@ share/locale/vi/LC_MESSAGES/glib-networking.mo share/locale/zh_CN/LC_MESSAGES/glib-networking.mo share/locale/zh_HK/LC_MESSAGES/glib-networking.mo share/locale/zh_TW/LC_MESSAGES/glib-networking.mo -@exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true -@unexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true +@postexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true +@postunexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true |