diff options
author | Olav Vitters <olav@vitters.nl> | 2020-07-26 21:46:44 +0200 |
---|---|---|
committer | Olav Vitters <olav@vitters.nl> | 2020-07-26 21:46:44 +0200 |
commit | 244c9a00ae9a0dc62156aeb8781c2b22da0ad96e (patch) | |
tree | c0d76ed490862837a8a37bb61ed8e653e5cc2558 /mandriva | |
parent | d0d18c6de12efeba25eb41d7cf207037027e4964 (diff) | |
parent | 6ca701a23c74b245f35750149a22f7d21805a8e0 (diff) | |
download | initscripts-244c9a00ae9a0dc62156aeb8781c2b22da0ad96e.tar initscripts-244c9a00ae9a0dc62156aeb8781c2b22da0ad96e.tar.gz initscripts-244c9a00ae9a0dc62156aeb8781c2b22da0ad96e.tar.bz2 initscripts-244c9a00ae9a0dc62156aeb8781c2b22da0ad96e.tar.xz initscripts-244c9a00ae9a0dc62156aeb8781c2b22da0ad96e.zip |
Merge tag '10.04' into distro/mga
10.04 release
Diffstat (limited to 'mandriva')
-rwxr-xr-x | mandriva/po/xgettext_sh | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/mandriva/po/xgettext_sh b/mandriva/po/xgettext_sh deleted file mode 100755 index a9f1f6de..00000000 --- a/mandriva/po/xgettext_sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/python - -# xgettext_sh -- extracts translatable strings from a shell script -# Copyright (C) 1999 Conectiva Consultoria e Desenvolvimento de Sistemas LTDA -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - -from sys import path -if not '/usr/lib/conectiva/xgettext_sh' in path: - path[:0] = ['/usr/lib/conectiva/xgettext_sh'] - -from xgettext_sh import main - -if __name__ == '__main__': - main() |