[Xquartz-changes] [588] trunk/pkg/scripts/postinst_sl.sh

source_changes at macosforge.org source_changes at macosforge.org
Fri Nov 4 10:29:05 PDT 2011


Revision: 588
          http://trac.macosforge.org/projects/xquartz/changeset/588
Author:   jeremyhu at freedesktop.org
Date:     2011-11-04 10:29:03 -0700 (Fri, 04 Nov 2011)
Log Message:
-----------
Update postinst

Modified Paths:
--------------
    trunk/pkg/scripts/postinst_sl.sh

Modified: trunk/pkg/scripts/postinst_sl.sh
===================================================================
--- trunk/pkg/scripts/postinst_sl.sh	2011-11-01 21:36:11 UTC (rev 587)
+++ trunk/pkg/scripts/postinst_sl.sh	2011-11-04 17:29:03 UTC (rev 588)
@@ -16,4 +16,7 @@
 # Cache system fonts
 /opt/X11/bin/font_cache --force --system
 
+# Hook for the system X11 if it wants to do something after XQuartz installs
+[[ -x /usr/X11/libexec/xquartz_postinst.sh ]] && /usr/X11/libexec/xquartz_postinst.sh
+
 exit 0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20111104/53e4c2dc/attachment.html>


More information about the Xquartz-changes mailing list