bash-completions: version bump to 2.10
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user