[PC-BSD Commits] r21542 - pcbsd/current/src-sh/pc-updatemanager
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 15 10:27:20 PST 2013
Author: kris
Date: 2013-02-15 18:27:20 +0000 (Fri, 15 Feb 2013)
New Revision: 21542
Modified:
pcbsd/current/src-sh/pc-updatemanager/pc-updatemanager
Log:
After doing a package update, make sure we run pc-extractoverlay
desktop / server, so we get new versions of any files included
with the pkg updates
Modified: pcbsd/current/src-sh/pc-updatemanager/pc-updatemanager
===================================================================
--- pcbsd/current/src-sh/pc-updatemanager/pc-updatemanager 2013-02-15 17:53:55 UTC (rev 21541)
+++ pcbsd/current/src-sh/pc-updatemanager/pc-updatemanager 2013-02-15 18:27:20 UTC (rev 21542)
@@ -489,6 +489,14 @@
# Lets now re-extract our overlay data to grab any adjusted port files
pc-extractoverlay ports >/dev/null 2>/dev/null
+ # Now re-extract overlay files to ensure we do file fixing / massaging
+ if [ "$SYSTYPE" = "PCBSD" ]; then
+ pc-extractoverlay desktop
+ fi
+ if [ "$SYSTYPE" = "TRUEOS" ]; then
+ pc-extractoverlay server
+ fi
+
# Cleanup EVENT_PIPE
if [ -n "$PCFETCHGUI" ] ; then
rm $EVENT_PIPE
More information about the Commits
mailing list