1
0
Fork 0

added remove of plist file

This commit is contained in:
a-brandt 2012-11-30 14:16:30 +01:00
parent ba3bd8f3e9
commit 6361b6d94d
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ case $TRI_OS_LONG in
stop_server="sudo launchctl unload /Library/LaunchDaemons/org.arangodb.plist"
install_package="sudo installer -pkg /Volumes/${product_name}/${product_name}.pkg -target / "
remove_package=""
remove_package="sudo rm /Library/LaunchDaemons/org.arangodb.plist*"
mount_install_package="hdiutil attach ${sfolder_name}/${package_name}"
unmount_install_package="hdiutil detach /Volumes/${product_name}"