projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
546c7c4
)
Add clean_tarball.sh #6005
author
Markus Goetz
<markus@woboq.com>
Mon, 11 Sep 2017 16:53:51 +0000
(18:53 +0200)
committer
Roeland Jago Douma
<roeland@famdouma.nl>
Thu, 5 Oct 2017 20:01:05 +0000
(22:01 +0200)
admin/linux/clean_tarball.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/admin/linux/clean_tarball.sh
b/admin/linux/clean_tarball.sh
new file mode 100755
(executable)
index 0000000..
9c96954
--- /dev/null
+++ b/
admin/linux/clean_tarball.sh
@@ -0,0
+1,8
@@
+#!/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