summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/languages/python/obsolete/legacy-debconf/build-spec/debian/debconf-udeb.postinst
blob: 4ce41f0850f2d11767e6a16b35b7a258b4c946f0 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

. /usr/share/debconf/confmodule

ldconfig

true