Codebase list osrframework / 5acc520c-0eab-4723-8e8b-8e70b2ace86c/main debian / osrframework.postinst
5acc520c-0eab-4723-8e8b-8e70b2ace86c/main

Tree @5acc520c-0eab-4723-8e8b-8e70b2ace86c/main (Download .tar.gz)

osrframework.postinst @5acc520c-0eab-4723-8e8b-8e70b2ace86c/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#