local SIP_VERSION=`installed_version sip` &&
if [[ "$SIP_VERSION" > "4.6" ]]; then
      SIP_PATCH="y" &&
      persistent_add SIP_PATCH;
fi;
