mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 04:08:54 +03:00
9 lines
179 B
Bash
9 lines
179 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm -vrf admin/
|
||
|
rm -vrf src/3rdparty/sqlite3
|
||
|
rm -vrf binary/
|
||
|
rm -vrf src/3rdparty/libcrashreporter-qt
|
||
|
rm -vrf shell_integration/windows
|
||
|
rm -vrf shell_integration/MacOSX
|