aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules7
1 files changed, 1 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules
index 0e7a91f..d2889aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,11 +6,6 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed
dh $@ --with translations
override_dh_install:
- cd po; intltool-update --pot --verbose
dh_install --fail-missing
- # Language packs
- for d in $$(find debian/indicator-datetime -type f \( -name "*.desktop" -o -name "*.directory" \) ); do \
- sed -ri '/^(Name|GenericName|Comment|X-GNOME-FullName)\[/d' $$d; \
- echo "X-Ubuntu-Gettext-Domain=indicator-datetime" >> $$d; \
- done;
+