7 lines
38 B
Plaintext
7 lines
38 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|
||
|
exit 0
|