diff options
Diffstat (limited to 'debian/libPVER-minimal.postinst.in')
-rw-r--r-- | debian/libPVER-minimal.postinst.in | 13 |
1 files changed, 13 insertions, 0 deletions
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 |