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.