From e8c100ef11f28c146d5d4b2cdfe1ad24e0035c3e Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 25 Sep 2015 23:52:09 +0000 Subject: Convert a bunch of @exec into proper @postexec --- net/glib-networking/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/glib-networking') 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 -- cgit