add removed to supported functions

This commit is contained in:
Mathieu Le Marec - Pasquet 2016-01-10 22:40:24 +01:00
parent 0eddd18415
commit 7c07c185c9

View File

@ -2178,6 +2178,7 @@ def mod_watch(name, **kwargs):
sfun = kwargs.pop('sfun', None)
mapfun = {'purged': purged,
'latest': latest,
'removed': removed,
'wait': installed,
'installed': installed}
if sfun in mapfun: