diff options
author | Didier Raboud <odyx@debian.org> | 2014-12-12 12:59:43 +0100 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2014-12-15 19:15:37 +0100 |
commit | 53a8436893f4553cf4dc2af02b7d187f1b9a3b8b (patch) | |
tree | 20117481e7848f2319b3e1bccb4294c7008bf99f | |
parent | 3bfeaa10e952be7eb89f001108f03a515fb6bebf (diff) | |
download | cups-53a8436893f4553cf4dc2af02b7d187f1b9a3b8b.tar.gz |
Change ppd-updaters trigger to use 'interest-noawait' instead of 'interest' to avoid trigger cycles
Thanks-To: Guillem Jover <guillem@debian.org>
Closes: #772871
Closes: #771765
-rw-r--r-- | debian/cups.triggers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/cups.triggers b/debian/cups.triggers index 7c73fe16..e741a7b8 100644 --- a/debian/cups.triggers +++ b/debian/cups.triggers @@ -1,4 +1,4 @@ # Trigger is activated when a driver touches a file named after the binary # package name containing proper DRIVER_REGEXP and GENNICKNAME_REGEXP shell # variables in the /usr/share/cups/ppd-updaters/ directory -interest /usr/share/cups/ppd-updaters +interest-noawait /usr/share/cups/ppd-updaters |