On Nov 24, 2007 4:19 AM, Roman Kyrylych <roman.kyrylych at gmail.com> wrote:
> Other packages used /bin/true but didn't contain coreutils in depends.
if it does one of these things:
post_install () {
/bin/true
}
then you can get rid of it. pacman will be happy with an empty function too.