Update 0000-pika-patch.patch

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

View File

@ -1,7 +1,7 @@
diff --git usr/lib/hwsupport/power-button-handler.py usr/lib/hwsupport/power-button-handler.py
diff --git a/usr/lib/hwsupport/power-button-handler.py b/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
--- a/usr/lib/hwsupport/power-button-handler.py
+++ b/usr/lib/hwsupport/power-button-handler.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/bin/env python3 -u