#!/bin/bash # # Rid the world of annoying "helpful" features # rm -f /etc/profile.d/color* /etc/profile.d/PackageKit* /etc/profile.d/vim* rm -f /etc/profile.d/*completion* # # qemu updates continue to "helpfully" re-enable these services, so just # keep turning them off after every update... # # Apparently these don't exist any longer, don't bother with this. # # systemctl disable ksm.service # systemctl disable ksmtuned.service