packagekit/etc
Richard Hughes 67b241b309 Automatically cancel running background transactions if a foreground transaction is committed
This allows us to have session agents automatically using PackageKit, and for any
in-flight requests to be cancelled and automatically requeued if a high-priority
transaction is added.

This option can be disabled in PackageKit.conf by setting the key
CancelBackgroundTransactions to false.
2011-03-15 11:21:11 +00:00
..
.gitignore trivial: eork around automake oddness 2008-10-03 13:49:34 +01:00
Makefile.am Add a feature that allows external scripts to be run after certain transactions 2010-09-28 15:36:28 +01:00
PackageKit.conf.in Automatically cancel running background transactions if a foreground transaction is committed 2011-03-15 11:21:11 +00:00
README Add a feature that allows external scripts to be run after certain transactions 2010-09-28 15:36:28 +01:00
Vendor.conf trivial: eork around automake oddness 2008-10-03 13:49:34 +01:00

README

Executable scripts can be installed in this directory and will be run
before or after each transaction. The transaction type will be the first
parameter to the script, e.g. "search-name" or "refresh-cache".

*** THESE SCRIPTS ARE RUN AS ROOT AND ARE SECURITY SENSITIVE ***

Be sure to ensure that files here have the correct permissions
(owned by root, and not writable by users), or they will not be run by
the daemon.