Codebase list osrframework / 81008073-7fa7-48c3-b603-7b7dc0bef1f1/main debian / osrframework.postinst
81008073-7fa7-48c3-b603-7b7dc0bef1f1/main

Tree @81008073-7fa7-48c3-b603-7b7dc0bef1f1/main (Download .tar.gz)

osrframework.postinst @81008073-7fa7-48c3-b603-7b7dc0bef1f1/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#