summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/control-files/control-files-classifications-ctrl-script/build-spec/debian/postinst
blob: 690173c30d4959802a9564d6eb35d45c37077fc7 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = "configure" ] && which bar 2>/dev/null >/dev/null; then
   bar configure
fi

#DEBHELPER#