CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Generate ChangeLog from "git log".
[pkgutils-cross.git] / pkgutil.h
index 98069002c203ccd51a480fcd94f271baece1ea23..4c74de5da4a06e2270caf8e3bbf83983510be778 100644 (file)
--- a/pkgutil.h
+++ b/pkgutil.h
@@ -70,7 +70,7 @@ protected:
 
        // Tar.gz
        pair<string, pkginfo_t> pkg_open(const string& filename) const;
-       void pkg_install(const string& filename, const set<string>& keep_list) const;
+       void pkg_install(const string& filename, const set<string>& keep_list, const set<string>& non_install_files) const;
        void pkg_footprint(string& filename) const;
        void ldconfig() const;