]> Frank Brehm's Git Trees - config/vera/etc.git/commitdiff
committing changes in /etc after apt run
authorFrank Brehm <frank@brehm-online.com>
Wed, 26 Dec 2018 11:41:28 +0000 (12:41 +0100)
committerFrank Brehm <frank@brehm-online.com>
Wed, 26 Dec 2018 11:41:28 +0000 (12:41 +0100)
Package changes:
-libdns-export1102 1:9.11.4.P2+dfsg-3 amd64
-libisc-export169 1:9.11.4.P2+dfsg-3 amd64
-libnftnl7 1.1.1-1 amd64
-libpython3.6-minimal 3.6.8~rc1-1 amd64
-libpython3.6-stdlib 3.6.8~rc1-1 amd64
-python3.6 3.6.8~rc1-1 amd64
-python3.6-minimal 3.6.8~rc1-1 amd64

.etckeeper
python3.6/sitecustomize.py [deleted file]

index e4b8398c146863a1d91e3ea725b473f3d1c1b867..cfe377ed9b8468a5788ea9462ff030c74dee0e6a 100755 (executable)
@@ -552,8 +552,6 @@ maybe chmod 0644 'python/debian_config'
 maybe chmod 0755 'python2.7'
 maybe chmod 0644 'python2.7/sitecustomize.py'
 maybe chmod 0755 'python3'
-maybe chmod 0755 'python3.6'
-maybe chmod 0644 'python3.6/sitecustomize.py'
 maybe chmod 0755 'python3.7'
 maybe chmod 0644 'python3.7/sitecustomize.py'
 maybe chmod 0644 'python3/debian_config'
diff --git a/python3.6/sitecustomize.py b/python3.6/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()