Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > nonfree-updates > by-pkgid > 0bc345c2a8b0bc3bb632742ae219f7c4 > scriptlet

radeon-firmware-20180518-1.mga6.nonfree.noarch.rpm

POSTIN

/bin/sh
if [ -z "$DURING_INSTALL" -a "$1" = 1 ] ; then
    /usr/sbin/bootloader-config --action rebuild-initrds

    # remove nokmsboot if ok
    /sbin/display_driver_helper --setup-boot-kms &>/dev/null || :
fi

POSTUN

/bin/sh
if [ "$1" = 0 ] ; then
    # add nokmsboot if needed
    /sbin/display_driver_helper --setup-boot-kms &>/dev/null || :
fi