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

set -e

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

#DEBHELPER#