summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 3753e9f7..c8991957 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,8 @@ clean:
# Add here commands to clean up after the build process.
-$(MAKE) distclean
+ rm -rf po/mo
+ find . -name "*.pyc" -exec rm -f {} \;
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
endif