source:
poinstaller/trunk/fuentes/i18n.pm
Last change on this file was 6360, checked in by , 3 years ago | |
---|---|
File size: 124 bytes |
Line | |
---|---|
1 | #!/usr/bin/perl |
2 | use warnings; |
3 | use strict; |
4 | use Debian::Debhelper::Dh_Lib; |
5 | |
6 | insert_after("dh_install", "dh_poinstaller"); |
7 | |
8 | 1; |
Note: See TracBrowser
for help on using the repository browser.