Author: ranger
Date: Fri Feb  9 16:32:14 2007
New Revision: 640

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=640&repname=user%3a+ranger>
Log:
postflight to run kbuildsycoca

Added:
    trunk/kde-mac/kdebase/resources/postflight   (with props)
    trunk/kde-mac/kdeedu/resources/postflight   (with props)
    trunk/kde-mac/kdegames/resources/postflight   (with props)
    trunk/kde-mac/kdelibs/resources/postflight   (with props)
    trunk/kde-mac/kdenetwork/resources/postflight   (with props)
    trunk/kde-mac/kdepim/resources/postflight   (with props)
    trunk/kde-mac/kdepimlibs/resources/postflight   (with props)
    trunk/kde-mac/kdevelop/resources/postflight   (with props)
    trunk/kde-mac/kdewebdev/resources/postflight   (with props)
    trunk/kde-mac/kile/resources/postflight   (with props)
    trunk/kde-mac/koffice/resources/postflight   (with props)
    trunk/kde-mac/okular/resources/postflight   (with props)

Added: trunk/kde-mac/kdebase/resources/postflight
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/kde-mac/kdebase/resources/postflight&rev=640&repname=user%3a+ranger>
==============================================================================
--- trunk/kde-mac/kdebase/resources/postflight (added)
+++ trunk/kde-mac/kdebase/resources/postflight Fri Feb  9 16:32:14 2007
@@ -1,0 +1,6 @@
+#!/bin/sh
+
+KBUILDSYCOCA="$3/opt/kde4/bin/kbuildsycoca"
+if [ -x "$KBUILDSYCOCA" ]; then
+       $KBUILDSYCOCA --noincremental --global >"/tmp/$$-kbuildsycoca.log" 2>&1
+fi

Propchange: trunk/kde-mac/kdebase/resources/postflight
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/kde-mac/kdeedu/resources/postflight
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/kde-mac/kdeedu/resources/postflight&rev=640&repname=user%3a+ranger>
==============================================================================
--- trunk/kde-mac/kdeedu/resources/postflight (added)
+++ trunk/kde-mac/kdeedu/resources/postflight Fri Feb  9 16:32:14 2007
@@ -1,0 +1,6 @@
+#!/bin/sh
+
+KBUILDSYCOCA="$3/opt/kde4/bin/kbuildsycoca"
+if [ -x "$KBUILDSYCOCA" ]; then
+       $KBUILDSYCOCA --noincremental --global >"/tmp/$$-kbuildsycoca.log" 2>&1
+fi

Propchange: trunk/kde-mac/kdeedu/resources/postflight
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/kde-mac/kdegames/resources/postflight
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/kde-mac/kdegames/resources/postflight&rev=640&repname=user%3a+ranger>
==============================================================================
--- trunk/kde-mac/kdegames/resources/postflight (added)
+++ trunk/kde-mac/kdegames/resources/postflight Fri Feb  9 16:32:14 2007
@@ -1,0 +1,6 @@
+#!/bin/sh
+
+KBUILDSYCOCA="$3/opt/kde4/bin/kbuildsycoca"
+if [ -x "$KBUILDSYCOCA" ]; then
+       $KBUILDSYCOCA --noincremental --global >"/tmp/$$-kbuildsycoca.log" 2>&1
+fi

Propchange: trunk/kde-mac/kdegames/resources/postflight
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/kde-mac/kdelibs/resources/postflight
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/kde-mac/kdelibs/resources/postflight&rev=640&repname=user%3a+ranger>
==============================================================================
--- trunk/kde-mac/kdelibs/resources/postflight (added)
+++ trunk/kde-mac/kdelibs/resources/postflight Fri Feb  9 16:32:14 2007
@@ -1,0 +1,6 @@
+#!/bin/sh
+
+KBUILDSYCOCA="$3/opt/kde4/bin/kbuildsycoca"
+if [ -x "$KBUILDSYCOCA" ]; then
+       $KBUILDSYCOCA --noincremental --global >"/tmp/$$-kbuildsycoca.log" 2>&1
+fi

Propchange: trunk/kde-mac/kdelibs/resources/postflight
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/kde-mac/kdenetwork/resources/postflight
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/kde-mac/kdenetwork/resources/postflight&rev=640&repname=user%3a+ranger>
==============================================================================
--- trunk/kde-mac/kdenetwork/resources/postflight (added)
+++ trunk/kde-mac/kdenetwork/resources/postflight Fri Feb  9 16:32:14 2007
@@ -1,0 +1,6 @@
+#!/bin/sh
+
+KBUILDSYCOCA="$3/opt/kde4/bin/kbuildsycoca"
+if [ -x "$KBUILDSYCOCA" ]; then
+       $KBUILDSYCOCA --noincremental --global >"/tmp/$$-kbuildsycoca.log" 2>&1
+fi

Propchange: trunk/kde-mac/kdenetwork/resources/postflight
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/kde-mac/kdepim/resources/postflight
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/kde-mac/kdepim/resources/postflight&rev=640&repname=user%3a+ranger>
==============================================================================
--- trunk/kde-mac/kdepim/resources/postflight (added)
+++ trunk/kde-mac/kdepim/resources/postflight Fri Feb  9 16:32:14 2007
@@ -1,0 +1,6 @@
+#!/bin/sh
+
+KBUILDSYCOCA="$3/opt/kde4/bin/kbuildsycoca"
+if [ -x "$KBUILDSYCOCA" ]; then
+       $KBUILDSYCOCA --noincremental --global >"/tmp/$$-kbuildsycoca.log" 2>&1
+fi

Propchange: trunk/kde-mac/kdepim/resources/postflight
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/kde-mac/kdepimlibs/resources/postflight
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/kde-mac/kdepimlibs/resources/postflight&rev=640&repname=user%3a+ranger>
==============================================================================
--- trunk/kde-mac/kdepimlibs/resources/postflight (added)
+++ trunk/kde-mac/kdepimlibs/resources/postflight Fri Feb  9 16:32:14 2007
@@ -1,0 +1,6 @@
+#!/bin/sh
+
+KBUILDSYCOCA="$3/opt/kde4/bin/kbuildsycoca"
+if [ -x "$KBUILDSYCOCA" ]; then
+       $KBUILDSYCOCA --noincremental --global >"/tmp/$$-kbuildsycoca.log" 2>&1
+fi

Propchange: trunk/kde-mac/kdepimlibs/resources/postflight
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/kde-mac/kdevelop/resources/postflight
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/kde-mac/kdevelop/resources/postflight&rev=640&repname=user%3a+ranger>
==============================================================================
--- trunk/kde-mac/kdevelop/resources/postflight (added)
+++ trunk/kde-mac/kdevelop/resources/postflight Fri Feb  9 16:32:14 2007
@@ -1,0 +1,6 @@
+#!/bin/sh
+
+KBUILDSYCOCA="$3/opt/kde4/bin/kbuildsycoca"
+if [ -x "$KBUILDSYCOCA" ]; then
+       $KBUILDSYCOCA --noincremental --global >"/tmp/$$-kbuildsycoca.log" 2>&1
+fi

Propchange: trunk/kde-mac/kdevelop/resources/postflight
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/kde-mac/kdewebdev/resources/postflight
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/kde-mac/kdewebdev/resources/postflight&rev=640&repname=user%3a+ranger>
==============================================================================
--- trunk/kde-mac/kdewebdev/resources/postflight (added)
+++ trunk/kde-mac/kdewebdev/resources/postflight Fri Feb  9 16:32:14 2007
@@ -1,0 +1,6 @@
+#!/bin/sh
+
+KBUILDSYCOCA="$3/opt/kde4/bin/kbuildsycoca"
+if [ -x "$KBUILDSYCOCA" ]; then
+       $KBUILDSYCOCA --noincremental --global >"/tmp/$$-kbuildsycoca.log" 2>&1
+fi

Propchange: trunk/kde-mac/kdewebdev/resources/postflight
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/kde-mac/kile/resources/postflight
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/kde-mac/kile/resources/postflight&rev=640&repname=user%3a+ranger>
==============================================================================
--- trunk/kde-mac/kile/resources/postflight (added)
+++ trunk/kde-mac/kile/resources/postflight Fri Feb  9 16:32:14 2007
@@ -1,0 +1,6 @@
+#!/bin/sh
+
+KBUILDSYCOCA="$3/opt/kde4/bin/kbuildsycoca"
+if [ -x "$KBUILDSYCOCA" ]; then
+       $KBUILDSYCOCA --noincremental --global >"/tmp/$$-kbuildsycoca.log" 2>&1
+fi

Propchange: trunk/kde-mac/kile/resources/postflight
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/kde-mac/koffice/resources/postflight
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/kde-mac/koffice/resources/postflight&rev=640&repname=user%3a+ranger>
==============================================================================
--- trunk/kde-mac/koffice/resources/postflight (added)
+++ trunk/kde-mac/koffice/resources/postflight Fri Feb  9 16:32:14 2007
@@ -1,0 +1,6 @@
+#!/bin/sh
+
+KBUILDSYCOCA="$3/opt/kde4/bin/kbuildsycoca"
+if [ -x "$KBUILDSYCOCA" ]; then
+       $KBUILDSYCOCA --noincremental --global >"/tmp/$$-kbuildsycoca.log" 2>&1
+fi

Propchange: trunk/kde-mac/koffice/resources/postflight
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/kde-mac/okular/resources/postflight
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/kde-mac/okular/resources/postflight&rev=640&repname=user%3a+ranger>
==============================================================================
--- trunk/kde-mac/okular/resources/postflight (added)
+++ trunk/kde-mac/okular/resources/postflight Fri Feb  9 16:32:14 2007
@@ -1,0 +1,6 @@
+#!/bin/sh
+
+KBUILDSYCOCA="$3/opt/kde4/bin/kbuildsycoca"
+if [ -x "$KBUILDSYCOCA" ]; then
+       $KBUILDSYCOCA --noincremental --global >"/tmp/$$-kbuildsycoca.log" 2>&1
+fi

Propchange: trunk/kde-mac/okular/resources/postflight
------------------------------------------------------------------------------
    svn:executable = *


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to