Codebase list osrframework / e79c5801-26cc-473a-9dc1-58600f16c5f6/main debian / osrframework.postinst
e79c5801-26cc-473a-9dc1-58600f16c5f6/main

Tree @e79c5801-26cc-473a-9dc1-58600f16c5f6/main (Download .tar.gz)

osrframework.postinst @e79c5801-26cc-473a-9dc1-58600f16c5f6/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#