diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-02-06 03:29:43 -0700 |
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-02-06 03:29:43 -0700 |
| commit | 514499661e8a567e26b8281e0f505c8601ff2edf (patch) | |
| tree | 4c8b0c7dcfaff81efd503d7d190a18b9caadbf49 /deb/debian/rules | |
initial commit
Diffstat (limited to 'deb/debian/rules')
| -rw-r--r-- | deb/debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deb/debian/rules b/deb/debian/rules new file mode 100644 index 0000000..d1decc8 --- /dev/null +++ b/deb/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with=systemd |
