summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/script/syntax/legacy-scripts/build-spec/debian/preinst
blob: 07995570a80adc055f81e985888b9da22eccd1e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

set -e
set -x

#
# Some comments here
#

# This serves as an example of an "empty" script, so
# please do not add any real code here, thank you :)

#DEBHELPER#

exit 0