]> Frank Brehm's Git Trees - config/bruni/etc-mint-new1.git/commitdiff
committing changes in /etc made by "apt-get purge --yes libpython2.7-minimal"
authorFrank Brehm <frank@brehm-online.com>
Mon, 16 Sep 2024 08:16:27 +0000 (10:16 +0200)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Mon, 16 Sep 2024 08:16:27 +0000 (10:16 +0200)
Package changes:
-libpython2.7-minimal 2.7.18-13ubuntu1.2 amd64
-libpython2.7-stdlib 2.7.18-13ubuntu1.2 amd64
-python2-minimal 2.7.18-3 amd64
-python2.7 2.7.18-13ubuntu1.2 amd64
-python2.7-minimal 2.7.18-13ubuntu1.2 amd64

.etckeeper
python2.7/sitecustomize.py [deleted file]

index b14ba911844956601e050a45b0189b43fbb2f695..fe4a30eabb946e841b5be68cc6cd67b5b3a8c1cf 100755 (executable)
@@ -3031,8 +3031,6 @@ maybe chmod 0755 'pulse/client.conf.d'
 maybe chmod 0644 'pulse/daemon.conf'
 maybe chmod 0644 'pulse/default.pa'
 maybe chmod 0644 'pulse/system.pa'
-maybe chmod 0755 'python2.7'
-maybe chmod 0644 'python2.7/sitecustomize.py'
 maybe chmod 0755 'python3'
 maybe chmod 0755 'python3.10'
 maybe chmod 0644 'python3.10/sitecustomize.py'
diff --git a/python2.7/sitecustomize.py b/python2.7/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()