/usr/share/debhelper/autoscripts/postinst-pycentral is in python-central 0.6.17ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | rm -f /var/lib/pycentral/#PACKAGE#.pkgremove
if which pycentral >/dev/null 2>&1; then
pycentral pkginstall #PACKAGE#
if grep -qs '^#PACKAGE#$' /var/lib/pycentral/delayed-pkgs; then
sed -i '/^#PACKAGE#$/d' /var/lib/pycentral/delayed-pkgs
fi
fi
|