nextcloud-desktop/admin/osx/pre_install.sh.cmake

10 lines
152 B
CMake
Raw Normal View History

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