nextcloud-desktop/admin/osx/pre_install.sh.cmake
2015-03-13 16:35:44 +01:00

9 lines
152 B
CMake

#!/bin/sh
# kill the old version. see issue #2044
killall @APPLICATION_EXECUTABLE@
# Unload the Finder plugin. see issue #2105
killall Finder
exit 0