Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > nonfree-updates > by-pkgid > 16c6a5d726a287307b8bf3a38e1a67fc > scriptlet

radeon-firmware-20160712-1.mga5.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