Skip to content

Commit

Permalink
remove legacy bash_completion lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed Mar 22, 2022
1 parent 4396f7d commit aef49bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/triplet
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ transistion_crackle() {
[[ -d "$APTCACHE/lists" ]] && rm -r "$APTCACHE/lists";
[[ -f "$APTCONFIG/crackle_completion" ]] && rm "$APTCONFIG/crackle_completion";
[[ -d "$PKG_PATH/bin/scripts" ]] && rm -r "$PKG_PATH/bin/scripts";
sed -i '/crackle_conmpletion/d' $HOME/.bash_completion
}

check_cmd() {
Expand Down

0 comments on commit aef49bf

Please sign in to comment.