Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > fb1163e54ce78b896ab7ce1132417d86 > scriptlet

mpc-0.22-4.fc18.x86_64.rpm

POSTIN

/bin/sh
# Remove broken link.
if [ $1 -eq 2 ]; then
    if [ -h /etc/bash_completion.d/mpc ]; then
        rm -f /etc/bash_completion.d/mpc >/dev/null 2>/dev/null || :
        if [ -f /etc/bash_completion.d/mpc.rpmnew ]; then
            cp -p /etc/bash_completion.d/mpc{.rpmnew,} >/dev/null 2>/dev/null || :
        fi
    fi
fi