mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-15 07:00:52 +00:00
8 lines
39 B
Bash
Executable File
8 lines
39 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|