Codebase list osrframework / 959cbd9e-73ff-4ab4-a60a-04b02c0bfc2e/main debian / osrframework.postinst
959cbd9e-73ff-4ab4-a60a-04b02c0bfc2e/main

Tree @959cbd9e-73ff-4ab4-a60a-04b02c0bfc2e/main (Download .tar.gz)

osrframework.postinst @959cbd9e-73ff-4ab4-a60a-04b02c0bfc2e/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#