Codebase list osrframework / d6886589-cb17-471c-a2cb-2cc4518f8330/main debian / osrframework.postinst
d6886589-cb17-471c-a2cb-2cc4518f8330/main

Tree @d6886589-cb17-471c-a2cb-2cc4518f8330/main (Download .tar.gz)

osrframework.postinst @d6886589-cb17-471c-a2cb-2cc4518f8330/mainraw · history · blame

1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = "configure" ] && [ -n "$2" ]; then
    python3 /usr/lib/python3/dist-packages/osrframework/utils/upgrade_config.py
fi

#DEBHELPER#