mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
ea2c3828cb
warning against removing sqlite. it is used with Linux with cmake switch on CentOS6 USE_OUR_OWN_SQLITE3=TRUE
8 lines
236 B
Bash
Executable file
8 lines
236 B
Bash
Executable file
#!/bin/sh
|
|
|
|
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
|