postupgrade 309 Bytes
Newer Older
Andrew Wright's avatar
Andrew Wright committed
1 2 3 4 5 6 7 8 9 10
#!/bin/sh

if [ -f /tmp/wildfire.xml ]; then 
	mv /tmp/wildfire.xml /usr/local/wildfire/conf/
fi

if [ -f /tmp/security ]; then
	mv /tmp/security /usr/local/wildfire/resources/
fi

Andrew Wright's avatar
Andrew Wright committed
11 12
/bin/launchctl load /System/Library/LaunchDaemons/org.jivesoftware.wildfire.plist
/bin/launchctl start org.jivesoftware.wildfire