pre_remove() {
    find /usr/lib/python3/dist-packages/razer_daemon -name '__pycache__' | xargs rm -rf
}
