diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-11 18:32:36 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-11 18:32:36 (EDT) |
commit | ee099f15454daa77bbcc0165d2fcd03739c761fc (patch) | |
tree | 76d528d267fd0283d8f48fb221e8991ba72899d8 /alternatives | |
parent | 6922970b6ecf9eb8af85ea1a1afacf6d78fdfc0d (diff) |
alternatives: Add bzip2 utilities.
Diffstat (limited to 'alternatives')
-rw-r--r-- | alternatives | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alternatives b/alternatives index 968546e..cb0dca0 100644 --- a/alternatives +++ b/alternatives @@ -1,5 +1,8 @@ /usr/bin/awk awk 10 /usr/bin/dc dc 10 +/usr/bin/bzip2 bzip2 10 +/usr/bin/bunzip2 bunzip2 10 +/usr/bin/bzcat bzcat 10 /usr/bin/xz xz 10 /usr/bin/unxz unxz 10 /usr/bin/xzcat xzcat 10 |