diff options
author | Didier Raboud <didier@raboud.com> | 2010-10-29 17:36:44 +0200 |
---|---|---|
committer | Didier Raboud <didier@raboud.com> | 2010-11-10 11:07:32 +0100 |
commit | 6de3648cffe35d25d121284a234654983b65ebf2 (patch) | |
tree | c53cc5fae112fc0c6fb2fe7a79f10854ab18e844 | |
parent | 5f3d55db78c25e7fb5e6f21855ba388347bfbc4c (diff) |
[l10n] Add the debconf-updatepo to the clean target.
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 5a2eaf6..8098ee2 100755 --- a/debian/rules +++ b/debian/rules @@ -34,3 +34,8 @@ else sed -i -e "s/#MOTHER_DISTRO#/Debian/g" debian/foomatic-filters.postinst sed -i -e "s/#FF_PS_DEFAULT_CHANGE_VERSION#/4.0.5-1/g" debian/foomatic-filters.postinst endif + +override_dh_clean: + dh_clean + # Update the translations (ensures no outdated file is left behind) + debconf-updatepo |