aboutsummaryrefslogtreecommitdiff
path: root/devel/glib20
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2016-01-03 11:04:15 +0000
committerKoop Mast <kwm@FreeBSD.org>2016-01-03 11:04:15 +0000
commit21ecd5a101371d8f1beb9e3169e13962d2d4f5cd (patch)
tree39200942be8fbe105a3c709f1e178f445d507ae0 /devel/glib20
parent616d3289f20374e20a956b9445f9994fea8a4265 (diff)
downloadports-21ecd5a101371d8f1beb9e3169e13962d2d4f5cd.tar.gz
ports-21ecd5a101371d8f1beb9e3169e13962d2d4f5cd.zip
Add -f to unlink to silence unlink telling the user that gschemas.compiled
does not exists. This is not a problem, as the file is only generated if glib schemas are installed.
Notes
Notes: svn path=/head/; revision=405128
Diffstat (limited to 'devel/glib20')
-rw-r--r--devel/glib20/pkg-plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist
index 253095eb698e..aecc4f1c1c38 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 %D/share/glib-2.0/schemas/gschemas.compiled || /usr/bin/true
+@postunexec /bin/unlink -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