summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/maintainer-scripts/generated/scripts-maintainer-general/build-spec/debian/prerm
blob: fcbd64e5250eff2440d545340fb804e93104977b (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

# This script should fail a syntax check

if [ "$1" = configure ] then # oh look - I forgot a ;
    echo "Hallo world"
fi

#DEBHELPER#