mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
12 lines
282 B
CMake
12 lines
282 B
CMake
#!/bin/sh
|
|
|
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-FileCopyrightText: 2014 ownCloud GmbH
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# kill the old version. see issue #2044
|
|
killall @APPLICATION_EXECUTABLE@
|
|
killall @APPLICATION_NAME@
|
|
|
|
exit 0
|