mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
959d7a0855
- use the hierarchy in the svn - removed binary archives, replaced by actual files (easier to handle) - added packaging rules for FeedReader - added one package for retroshare-nogui (not anymore in the main package) git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6097 b45a01b8-16f6-495d-af2f-9b41ad6348cc
13 lines
264 B
Bash
Executable File
13 lines
264 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -f ./retroshare_0.5.4-0.*_source.build
|
|
rm -f ./retroshare_0.5.4-0.*_source.changes
|
|
rm -f ./retroshare_0.5.4-0.*.tar.gz
|
|
rm -f ./retroshare_0.5.4-0.*.diff.gz
|
|
rm -f ./retroshare_0.5.4-0.*.dsc
|
|
rm -f *.upload
|
|
|
|
rm -f *~
|
|
find . -name "*~" -exec rm {} \;
|
|
|