mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-06 13:24:16 -04:00
moved debian packaging files into a separate directory
This commit is contained in:
parent
6551af3a47
commit
cfda3b8ac6
16 changed files with 406 additions and 0 deletions
11
build_scripts/Debian/clean.sh
Executable file
11
build_scripts/Debian/clean.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
rm -f ./retroshare_0.?.?-1_source.build
|
||||
rm -f ./retroshare_0.?.?-1_source.changes
|
||||
rm -f ./retroshare_0.?.?-1.tar.gz
|
||||
rm -f ./retroshare_0.?.?-1.diff.gz
|
||||
rm -f ./retroshare_0.?.?-1.dsc
|
||||
|
||||
rm -f *~
|
||||
find . -name "*~" -exec rm {} \;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue