From 9c1269d8507711e9782337c3982936ee382d79d2 Mon Sep 17 00:00:00 2001 From: arpinux Date: Thu, 1 Jul 2021 16:15:02 +0200 Subject: [PATCH] fix pi3compile pour bullseye --- postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postinst b/postinst index 871c999..c59daf9 100644 --- a/postinst +++ b/postinst @@ -8,7 +8,7 @@ set -e case "$1" in configure) echo "Compile handymenu scripts" - pycompile /usr/share/handymenu/*.py + py3compile /usr/share/handymenu/*.py ;; abort-upgrade|abort-remove|abort-deconfigure) ;;