mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
9 lines
152 B
CMake
9 lines
152 B
CMake
#!/bin/sh
|
|
|
|
# kill the old version. see issue #2044
|
|
killall @APPLICATION_EXECUTABLE@
|
|
|
|
# Unload the Finder plugin. see issue #2105
|
|
killall Finder
|
|
|
|
exit 0
|