From feee67f444517bad31a26014d6caa509765d59a9 Mon Sep 17 00:00:00 2001 From: kwm Date: Sat, 23 Jan 2016 15:13:36 +0000 Subject: Switch to rm because unlink doesn't accept flags. Pointyhat to: kwm@ for not reading the rm/unlink man page good enough. --- devel/glib20/Makefile | 2 +- devel/glib20/pkg-plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index d89d04842be4..9cfc5cbc26a6 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,7 +3,7 @@ PORTNAME= glib PORTVERSION= 2.44.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist index aecc4f1c1c38..afce3c3c61ac 100644 --- a/devel/glib20/pkg-plist +++ b/devel/glib20/pkg-plist @@ -448,5 +448,5 @@ share/locale/zh_TW/LC_MESSAGES/glib20.mo @dir lib/gio/modules @dir share/GConf/gsettings @postexec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas 2>/dev/null || /usr/bin/true -@postunexec /bin/unlink -f %D/share/glib-2.0/schemas/gschemas.compiled || /usr/bin/true +@postunexec /bin/rm -f %D/share/glib-2.0/schemas/gschemas.compiled || /usr/bin/true @postexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true -- cgit