Sophie

Sophie

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

clufter-lib-general-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 || :