summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfind-deprecated-pkgs4
1 files changed, 4 insertions, 0 deletions
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
}