From 0f8189601b9b94c8688748a108ad2d4eec88bb8c Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 2 Dec 2022 16:30:42 -0500 Subject: [PATCH] Remove this line that I don't like --- content/debian-packaging-101.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/debian-packaging-101.md b/content/debian-packaging-101.md index 6408802..0742c92 100644 --- a/content/debian-packaging-101.md +++ b/content/debian-packaging-101.md @@ -437,8 +437,6 @@ override_dh_auto_clean: dh $@ ``` -It really is that easy for 95% of programs! - ## Installing files manually with `install` Sometimes, and in fact quite often, you will have some static files that will need to be manually installed into the package, i.e. that your build process doesn't take care of automatically. For example, if you had a systemd service unit file called `myprogram.service` that needs to be installed.