8 lines
123 B
Bash
8 lines
123 B
Bash
#!/bin/sh
|
|
# If no user provided script is activated in this file, you should remove this file.
|
|
set -e
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|