Codebase list python-faraday / kali/3.11.1-0kali3
Try to run migrate database only if it's an upgrade Sophie Brun 3 years ago
2 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 python-faraday (3.11.1-0kali3) kali-dev; urgency=medium
1
2 * Try to run migrate-database in postinst only if it's an upgrade of
3 faraday, it requires postgresql service. We can't use systemd in
4 debian-installer.
5
6 -- Sophie Brun <[email protected]> Thu, 18 Jun 2020 11:46:06 +0200
7
08 python-faraday (3.11.1-0kali2) kali-dev; urgency=medium
19
210 * Remove useless step in helper-script faraday
88 rm -rf /usr/share/python-faraday/shell
99 rm -f /usr/share/python-faraday/external_libs
1010 fi
11 if [ "$1" = "configure" ] ; then
11 if [ "$1" = "configure" ] && [ -n "$2" ]; then
1212 ./usr/lib/python3/dist-packages/faraday/debian-scripts/migrate-database
1313 fi
1414