Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pre_install.sh.cmake « osx « admin - github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd909e29ad1e333f096320a99f67c228952fc233 (plain)
1
2
3
4
5
6
#!/bin/sh

# kill the old version. see issue #2044
killall @APPLICATION_EXECUTABLE@

exit 0