Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 79b6b2b74da5a715075a0d9ed7a59edd > scriptlet

packagekit-gstreamer-plugin-1.1.12-3.1.mga7.armv7hl.rpm

POSTIN

/bin/sh
update-alternatives --install /usr/libexec/gst-install-plugins-helper gst-install-plugins-helper /usr/libexec/pk-gstreamer-install 10

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
    if ! [ -e /usr/libexec/pk-gstreamer-install ]; then
        update-alternatives --remove gst-install-plugins-helper /usr/libexec/pk-gstreamer-install
    fi
fi