release.sh: remove dput instruction

Package maintenance is done by sur5r these days (thanks!)
This commit is contained in:
Michael Stapelberg 2022-09-21 21:40:14 +02:00 committed by Michael Stapelberg
parent 0967021858
commit d7b9a45ff3

View File

@ -220,9 +220,6 @@ echo ""
echo " cd ${TMPDIR}/i3.github.io"
echo " git push"
echo ""
echo " cd ${TMPDIR}/debian"
echo " dput"
echo ""
echo " cd ${TMPDIR}"
echo " sendmail -t < email.txt"
echo ""