1
0
Fork 0
Nextcloud-Desktop/admin/osx/pre_install.sh.cmake

7 lines
92 B
CMake

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