Control: tag -1 - confirmed + pending
* Jakub Wilk <jw...@debian.org>, 2013-03-12, 21:13:
Do you install some apt hook conffile that does in-adequately check
whether adequate is actually installed?
In fact it does no checking at all:
DPkg::Pre-Install-Pkgs {"adequate --user nobody --apt-preinst";};
DPkg::Post-Invoke {"adequate --debconf --user nobody --pending";};
DPkg::Tools::Options::adequate::Version "2";
[...]
Any ideas how do to it right?
I think this should do the trick:
DPkg::Pre-Install-Pkgs {
"adequate --help >/dev/null 2>&1 || exit 0; exec adequate --user nobody
--apt-preinst";
};
DPkg::Post-Invoke {
"adequate --help >/dev/null 2>&1 || exit 0; exec adequate --debconf --user
nobody --pending";
};
DPkg::Tools::Options::adequate::Version "2";
--
Jakub Wilk
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org