X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=pysam.git;a=blobdiff_plain;f=debian%2Fpysam.postinst.debhelper;fp=debian%2Fpysam.postinst.debhelper;h=b775d0657983e0c9271a28e33ac265982a3a6d93;hp=0000000000000000000000000000000000000000;hb=91f4887d1b19c44d68a2b19f0abee56de3dbb8ea;hpb=aa8ecff068edbb09a03bd874fce716e93e22e53c diff --git a/debian/pysam.postinst.debhelper b/debian/pysam.postinst.debhelper new file mode 100644 index 0000000..b775d06 --- /dev/null +++ b/debian/pysam.postinst.debhelper @@ -0,0 +1,9 @@ +# Automatically added by dh_pycentral +rm -f /var/lib/pycentral/pysam.pkgremove +if which pycentral >/dev/null 2>&1; then + pycentral pkginstall pysam + if grep -qs '^pysam$' /var/lib/pycentral/delayed-pkgs; then + sed -i '/^pysam$/d' /var/lib/pycentral/delayed-pkgs + fi +fi +# End automatically added section