From 20f33fd89e06a214c861733c2cc28754eda58bfa Mon Sep 17 00:00:00 2001 From: Raphaƫl Hertzog Date: Mon, 12 Apr 2010 12:32:18 +0200 Subject: maintscript-helper: new program to simplify some maintainer scripts This program is designed to be run within maintainer scripts to achieve some tasks that dpkg can't (yet) handle natively either because of design decisions or due to current limitations. Many of those tasks require coordinated actions from several maintainer scripts (preinst, postinst, prerm, postrm). To avoid mistakes the same call simply needs to be put in all scripts and the program will automatically adapt its behaviour based on the environment variable DPKG_MAINTSCRIPT_NAME and on the maintainer scripts arguments that you have to forward after a double dash. --- man/po/po4a.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'man/po/po4a.cfg') diff --git a/man/po/po4a.cfg b/man/po/po4a.cfg index 80089ae40..92e52a178 100644 --- a/man/po/po4a.cfg +++ b/man/po/po4a.cfg @@ -193,6 +193,11 @@ add_$lang:po/$lang.add +[type:man] maintscript-helper.1 \ + $lang:$(builddir)/$lang/maintscript-helper.1 \ + add_$lang:po/$lang.add + + [type:man] start-stop-daemon.8 \ $lang:$(builddir)/$lang/start-stop-daemon.8 \ add_$lang:po/$lang.add -- cgit v1.2.3