Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > a669f16d06c49eca078bd306e48c7fe5 > scriptlet

clufter-lib-ccs-0.10.1-1.fc20.noarch.rpm

POSTIN

/bin/sh
declare bashcomp="/etc/clufter/bash-completion"
# if the completion file is not present, suppose it is not desired
test -x '/usr/bin/clufter' && test -f "${bashcomp}" \
  && /usr/bin/clufter --completion-bash > "${bashcomp}" 2>/dev/null || :