mirror of
https://github.com/gluster/glusterfs.git
synced 2026-02-06 09:48:44 +01:00
Change-Id: Ifd6e68b0288dc65e41e467b4ad02bfc3bded341f BUG: 1108767 Signed-off-by: Varun Shastry <vshastry@redhat.com> Reviewed-on: http://review.gluster.org/7979 Reviewed-by: Lalatendu Mohanty <lmohanty@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
7 lines
140 B
Makefile
7 lines
140 B
Makefile
install:
|
|
mkdir -p /etc/bash_completion.d
|
|
cp gluster.bash /etc/bash_completion.d/gluster
|
|
|
|
uninstall:
|
|
rm -f /etc/bash_completion.d/gluster
|