#!/bin/bash
rm -rf /usr/lib/x86_64-linux-gnu/cx4libclc /usr/lib64/cx4libclc /usr/src/cx4-$VERSION 2>/dev/null
/sbin/ldconfig
dracut -f
echo ""
echo "***********************************************************************"
echo "* The system needs to be restarted for driver changes to take effect! *"
echo "***********************************************************************"
echo ""
exit 0
