From ea30a0db4bb3599ae8944987d14ae0b99b34c189 Mon Sep 17 00:00:00 2001 From: David P Date: Sun, 15 Jul 2018 20:08:22 -0400 Subject: find-deprecated-pkgs: add useful info in usage() Signed-off-by: David P --- find-deprecated-pkgs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/find-deprecated-pkgs b/find-deprecated-pkgs index 0126ccd..8b91211 100755 --- a/find-deprecated-pkgs +++ b/find-deprecated-pkgs @@ -71,6 +71,10 @@ The 'parabola' argument compares with our repositories and Arch's since in blacklists like your-privacy and your-initfreedom we also block some packages from [pcr] (like jitsi) and [libre] (like icedove), and probably also from their -multilib, -testing and -multilib-testing derivatives. + +To easily remove a line, you can use the following sed expresion: + + sed '/^pkgname:/d' -i blacklist_file.txt EOM } -- cgit v1.2.2