diff --git a/patches/0000-pika-patch.patch b/patches/0000-pika-patch.patch new file mode 100644 index 0000000..15a3c6b --- /dev/null +++ b/patches/0000-pika-patch.patch @@ -0,0 +1,7 @@ +diff --git usr/lib/hwsupport/power-button-handler.py usr/lib/hwsupport/power-button-handler.py +index 1a46251..cbf7857 100755 +--- usr/lib/hwsupport/power-button-handler.py ++++ usr/lib/hwsupport/power-button-handler.py +@@ -1,4 +1,4 @@ +-#!/usr/bin/python ++#!/bin/env python3 -u