[rkward-cvs] SF.net SVN: rkward:[4281] trunk/rkward/rkward/Info.plist.in
m-eik at users.sourceforge.net
m-eik at users.sourceforge.net
Sun Aug 19 19:57:56 UTC 2012
Revision: 4281
http://rkward.svn.sourceforge.net/rkward/?rev=4281&view=rev
Author: m-eik
Date: 2012-08-19 19:57:56 +0000 (Sun, 19 Aug 2012)
Log Message:
-----------
MacPorts: trying to include a postintall script to the bundle
Modified Paths:
--------------
trunk/rkward/rkward/Info.plist.in
Modified: trunk/rkward/rkward/Info.plist.in
===================================================================
--- trunk/rkward/rkward/Info.plist.in 2012-08-19 10:51:03 UTC (rev 4280)
+++ trunk/rkward/rkward/Info.plist.in 2012-08-19 19:57:56 UTC (rev 4281)
@@ -32,5 +32,16 @@
<true/>
<key>NSHumanReadableCopyright</key>
<string></string>
+ <key>postinstall_script</key>
+ <string>#!/bin/sh
+sudo launchctl load -w /opt/rkward/Library/LaunchDaemons/org.freedesktop.dbus-system.plist
+launchctl load -w /opt/rkward/Library/LaunchAgents/org.freedesktop.dbus-session.plist
+sudo /opt/rkward/bin/update-mime-database -V /opt/rkward/share/mime
+exit 0
+ </string>
+ <key>uninstall_method</key>
+ <string>remove_copied_items</string>
+ <key>uninstallable</key>
+ <true/>
</dict>
</plist>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list