Codebase list osrframework / lintian-fixes/main debian / osrframework.postinst
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

osrframework.postinst @lintian-fixes/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#