mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2024-11-14 16:42:47 +01:00
ea2c3828cb
warning against removing sqlite. it is used with Linux with cmake switch on CentOS6 USE_OUR_OWN_SQLITE3=TRUE
9 lines
236 B
Bash
Executable File
9 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
|