Skip to content
Snippets Groups Projects
Commit a013dcc0 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

Allow ipkg to handle conffiles if present (#3466)

SVN-Revision: 11242
parent f3bc0637
No related branches found
No related tags found
No related merge requests found
--- ipkg-utils-1.7-old/ipkg-buildpackage 2008-05-21 07:18:21.000000000 +0200
+++ ipkg-utils-1.7-new/ipkg-buildpackage 2008-05-21 03:22:19.000000000 +0200
@@ -190,7 +190,7 @@
mkdir /tmp/${pkg}/CONTROL
files_required="control"
-files_optional="preinst postinst prerm postrm"
+files_optional="preinst postinst prerm postrm conffiles"
for i in ${files_required} ; do
file=${CONTROL}/$i
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment