diff options
author | 2006-12-04 22:37:04 +0000 | |
---|---|---|
committer | 2006-12-04 22:37:04 +0000 | |
commit | 87ed85fc2329febf65e4d8f5802734908e97754f (patch) | |
tree | 3c45cf9f98f0a91c452e253dc6eb49a4ac4168e9 /hooks/demos/report.bash.in | |
parent | c594ec7021de939630f618430ac98995efdbc90d (diff) | |
download | paludis-87ed85fc2329febf65e4d8f5802734908e97754f.tar.gz paludis-87ed85fc2329febf65e4d8f5802734908e97754f.tar.xz |
Start shipping demo hooks
Diffstat (limited to 'hooks/demos/report.bash.in')
-rwxr-xr-x | hooks/demos/report.bash.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/hooks/demos/report.bash.in b/hooks/demos/report.bash.in new file mode 100755 index 000000000..674317c4f --- /dev/null +++ b/hooks/demos/report.bash.in @@ -0,0 +1,14 @@ +#!/bin/bash +# vim: set et sw=4 sts=4 : + +# This hook makes Paludis display a report about vulnerable, masked and unused +# packages. If this functionality is desired, this script should be copied or +# symlinked into: +# +# @DATADIR@/paludis/hooks/sync_all_post/ +# +# You should ensure that it has execute permissions. + +${PALUDIS_COMMAND} --report +echo + |