nextcloud-desktop/admin/linux/clean_tarball.sh
Jyrki Gadinger d458c2c620 chore: remove never used crashreporter
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-05-08 09:52:53 +02:00

11 lines
285 B
Bash
Executable File

#!/bin/sh
# SPDX-FileCopyrightText: 2017 ownCloud GmbH
# SPDX-License-Identifier: GPL-2.0-or-later
rm -vrf admin/
rm -vrf src/3rdparty/sqlite3 # FIXME: For CentOS6 we have to use our bundled sqlite
rm -vrf binary/
rm -vrf shell_integration/windows
rm -vrf shell_integration/MacOSX