Add comment for removing .mo files
Aron Xu
8 years ago
1 changed file(s) with
1 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-0
debian/rules
less
more
1
1
%:
2
2
dh $@
3
3
override_dh_install:
4
# Removing translation files that's not used
4
5
find . -name *.mo -delete
5
6
dh_install --fail-missing
6
7
override_dh_builddeb: