Remove this line that I don't like

This commit is contained in:
Joshua Boniface 2022-12-02 16:30:42 -05:00
parent aae7cebfc5
commit 0f8189601b
1 changed files with 0 additions and 2 deletions

View File

@ -437,8 +437,6 @@ override_dh_auto_clean:
dh $@ dh $@
``` ```
It really is that easy for 95% of programs!
## Installing files manually with `install` ## 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. 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.