Create 0000-pika-patch.patch

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-07-15 11:47:44 +03:00 committed by GitHub
parent 49feb8efd6
commit 74f2f49d8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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