Skip to content

Commit 0e8b73a

Browse files
committed
nemo-compare: Don't install translations. Extension translations are
handled by cinnamon-l10n.
1 parent ee1f091 commit 0e8b73a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

nemo-compare/debian/install

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
debian/tmp/usr/share/locale
21
/src/nemo-compare.py /usr/share/nemo-compare/
32
/src/utils.py /usr/share/nemo-compare/
43
/src/nemo-compare-preferences.py /usr/share/nemo-compare/

nemo-compare/debian/rules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@ export PYBUILD_NAME=nemo-compare
55
%:
66
dh $@ --with python3 --buildsystem=pybuild
77

8-
override_dh_install:
9-
for file in $$(cd po; ls *.po; cd ..); do echo debian/tmp/usr/share/locale/$${file%.po}/LC_MESSAGES; mkdir -p debian/tmp/usr/share/locale/$${file%.po}/LC_MESSAGES; msgfmt -f -o debian/tmp/usr/share/locale/$${file%.po}/LC_MESSAGES/nemo-compare.mo po/$$file; done
10-
dh_install
11-

0 commit comments

Comments
 (0)