diff --git a/addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init_posbox_image.sh b/addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init_posbox_image.sh index cda4dfbd6b1..c32a4f6e845 100755 --- a/addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init_posbox_image.sh +++ b/addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init_posbox_image.sh @@ -40,6 +40,9 @@ localepurge rm -rf /usr/share/doc || true rm -rf /home/pi/python_games || true +# remove raspi-config notice, it's not necessary and it's not installed anyway +rm -f /etc/profile.d/raspi-config.sh || true + # python-usb in wheezy is too old # the latest pyusb from pip does not work either, usb.core.find() never returns # this may be fixed with libusb>2:1.0.11-1, but that's the most recent one in raspbian