From 424a50000a78fff715de4417dba9b4498aeeee4c Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Fri, 29 Sep 2017 13:40:02 +0300 Subject: Imported python3.5 3.5.4-4 --- debian/libPVER-minimal.postinst.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/libPVER-minimal.postinst.in (limited to 'debian/libPVER-minimal.postinst.in') diff --git a/debian/libPVER-minimal.postinst.in b/debian/libPVER-minimal.postinst.in new file mode 100644 index 0000000..8cc1f11 --- /dev/null +++ b/debian/libPVER-minimal.postinst.in @@ -0,0 +1,13 @@ +#! /bin/sh + +set -e + +if [ ! -f /etc/@PVER@/sitecustomize.py ]; then + cat <<-EOF + # Empty sitecustomize.py to avoid a dangling symlink +EOF +fi + +#DEBHELPER# + +exit 0 -- cgit v1.2.3