View Single Post
Guest | Posts: n/a | Thanked: 0 times | Joined on
#12
So I have to define something like that in the debian/rules file?
Code:
install: build
        dh_install config.xml /etc/myapp/
But where do I put the config.xml file? In the debian dir?

And how do I remove the file when I remove the package with "apt-get remove --purge myapp" ?