--- a/debian/rules 2015-08-31 08:58:40.163251104 +0100 --- b/debian/rules 2015-08-31 09:01:08.957302416 +0100 @@ -31,6 +31,7 @@ # Add here commands to install the package into debian/comix. mkdir -p $(CURDIR)/debian/comix/usr python install.py install --dir $(CURDIR)/debian/comix/usr --no-mime + find $(CURDIR)/debian/comix/usr/share/comix -type f -name '*.pyc' -delete install mime/comicthumb $(CURDIR)/debian/comix/usr/bin/comicthumb install -d $(CURDIR)/debian/comix/usr/share/mime/packages install -m 644 mime/comix.xml $(CURDIR)/debian/comix/usr/share/mime/packages/comix.xml