chore: cleanup debian packaging

This commit is contained in:
Regolith Linux 2024-03-14 20:05:48 -07:00
parent 7870b97553
commit 94a15410ee
2 changed files with 0 additions and 16 deletions

6
debian/rules vendored
View file

@ -19,9 +19,3 @@ override_dh_auto_configure:
override_dh_missing:
dh_missing --fail-missing
.PHONY: override_dh_install
override_dh_install:
if ! dh_install; then \
tree debian/tmp; \
exit 1; \
fi