Update debian changelog
[pysam.git] / debian / pysam.postinst.debhelper
1 # Automatically added by dh_pycentral
2 rm -f /var/lib/pycentral/pysam.pkgremove
3 if which pycentral >/dev/null 2>&1; then
4         pycentral pkginstall pysam
5         if grep -qs '^pysam$' /var/lib/pycentral/delayed-pkgs; then
6                 sed -i '/^pysam$/d' /var/lib/pycentral/delayed-pkgs
7         fi
8 fi
9 # End automatically added section