pvc/debian/pvc-client-cli.postinst

7 lines
161 B
Bash

#!/bin/sh
# Generate the bash completion configuration
if [ -d /etc/bash_completion.d ]; then
_PVC_COMPLETE=source_bash pvc > /etc/bash_completion.d/pvc
fi