debian: Clean .pyc files in "clean" target.
[sliver-openvswitch.git] / debian / rules
index c8b6c63..b65c460 100755 (executable)
@@ -72,6 +72,7 @@ clean:
        rm -rf _debian
        [ ! -f Makefile ] || $(MAKE) distclean
        dh_clean 
+       rm -f python/ovs/*.pyc python/ovs/db/*.pyc
 
 install: install-indep install-arch
 install-indep: build-indep