public
Description: The new version of aMSN client
Homepage: http://www.amsn-project.net/
Clone URL: git://github.com/drf/amsn2.git
commit  07e63e146ab1a58743d957f2de7c2c92c69a6d5d
tree    b72eaa7aba9bd60f4f59393211dbf1dfc3e54a72
parent  3d91fb64df6fe242415016e03f6787d97dc53f40
amsn2 / clean
100755 9 lines (6 sloc) 0.246 kb
1
2
3
4
5
6
7
8
9
find . -name "*.pyc" -exec rm '{}' \;
find . -name "*.pyo" -exec rm '{}' \;
 
#Remove compiled Qt4 user interfaces
rm amsn2/gui/front_ends/qt4/ui_login.py
rm amsn2/gui/front_ends/qt4/ui_contactlist.py
rm amsn2/gui/front_ends/qt4/ui_chatWindow.py