]> Frank Brehm's Git Trees - config/bruni/etc-mint-new1.git/commitdiff
committing changes in /etc made by "apt-get purge --yes libpython3.10"
authorFrank Brehm <frank@brehm-online.com>
Mon, 16 Sep 2024 08:16:42 +0000 (10:16 +0200)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Mon, 16 Sep 2024 08:16:42 +0000 (10:16 +0200)
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
python3.10/sitecustomize.py [deleted file]

index fe4a30eabb946e841b5be68cc6cd67b5b3a8c1cf..86d1da11217cdbc98ef08df9c170e614f0a09780 100755 (executable)
@@ -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 (file)
index 89c6712..0000000
+++ /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()