bash-completions: version bump to 2.10

This commit is contained in:
suvari
2020-01-11 20:03:48 +03:00
parent 49b4f6392e
commit f12763a3b0
2 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ def install():
autotools.rawInstall('DESTDIR=%s' % get.installDIR())
# provided by util-linux , networkmanager , remove Slackware's makepkg completion
blacklist = ["mount", "umount", "hd", "ncal", "makepkg"]
blacklist = ["hd", "ncal", "makepkg"]
for comp in blacklist:
pisitools.remove("/usr/share/bash-completion/completions/%s" % comp)