On Tuesday, 12 June 2018 22:36:36 BST Ian Zimmerman wrote:
> On 2018-06-12 22:47, Christoph Böhmwalder wrote:
> > I was wondering if there was a way to run a shell script anytime a
> > specific
> > package is updated.
>
> Create a /etc/portage/env/${CATEGORY}/${PACKAGE} file. It should be in
> shell script syntax and contain a definition of the shell function
> post_pkg_postinst.The easiest way is to add the /path/filename to CONFIG_PROTECT in make.conf. -- Regards, Peter.

