nextcloud-desktop/admin/linux/clean_tarball.sh
Andy Scherzinger 5fe94ea149 docs(reuse): Migrate to SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2025-05-07 09:28:53 +02:00

12 lines
326 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 src/3rdparty/libcrashreporter-qt
rm -vrf shell_integration/windows
rm -vrf shell_integration/MacOSX