From 1ebfd0d74f366489a22260ea1d187b0886bedc62 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 16 Sep 2024 10:16:42 +0200 Subject: [PATCH] committing changes in /etc made by "apt-get purge --yes libpython3.10" Package changes: -libpython3.10-minimal 3.10.12-1~22.04.5 amd64 -python3.10-minimal 3.10.12-1~22.04.5 amd64 --- .etckeeper | 2 -- python3.10/sitecustomize.py | 7 ------- 2 files changed, 9 deletions(-) delete mode 100644 python3.10/sitecustomize.py diff --git a/.etckeeper b/.etckeeper index fe4a30e..86d1da1 100755 --- a/.etckeeper +++ b/.etckeeper @@ -3032,8 +3032,6 @@ maybe chmod 0644 'pulse/daemon.conf' maybe chmod 0644 'pulse/default.pa' maybe chmod 0644 'pulse/system.pa' maybe chmod 0755 'python3' -maybe chmod 0755 'python3.10' -maybe chmod 0644 'python3.10/sitecustomize.py' maybe chmod 0755 'python3.12' maybe chmod 0644 'python3.12/sitecustomize.py' maybe chmod 0755 'python3.6' diff --git a/python3.10/sitecustomize.py b/python3.10/sitecustomize.py deleted file mode 100644 index 89c6712..0000000 --- a/python3.10/sitecustomize.py +++ /dev/null @@ -1,7 +0,0 @@ -# install the apport exception handler if available -try: - import apport_python_hook -except ImportError: - pass -else: - apport_python_hook.install() -- 2.39.5