diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index eea2df1..1c52f9b 100755 --- a/debian/rules +++ b/debian/rules @@ -9,3 +9,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all override_dh_auto_build: $(CURDIR)/resources/locale/compile-po.sh dh_auto_build + +override_dh_auto_clean: + dh_auto_clean + $(RM) $(CURDIR)/resources/locale/*/LC_MESSAGES/*.mo |