Thread
:
how to add configuration file to debian package?
View Single Post
XenGi
2011-04-16 , 22:33
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" ?
Quote & Reply
|
XenGi