Codebase list osrframework / f80e9aaf-731e-4c92-b580-2ff3ddc6e160/main debian / osrframework.postinst
f80e9aaf-731e-4c92-b580-2ff3ddc6e160/main

Tree @f80e9aaf-731e-4c92-b580-2ff3ddc6e160/main (Download .tar.gz)

osrframework.postinst @f80e9aaf-731e-4c92-b580-2ff3ddc6e160/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#