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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
119 B
CMake
Raw Normal View History

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