Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 63edb583efb3bf9c782de07e1dcb70f4 > scriptlet

packagekit-gstreamer-plugin-1.1.12-3.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