]> git.tdb.fi Git - builder.git/blobdiff - source/packagemanager.h
Move the bpk files into a subdirectory and install them
[builder.git] / source / packagemanager.h
index 9b4f3476d7a2ae821650bdd5118434d1a0546d10..b168d723e174739c3c652f376f7f1cefe407cda2 100644 (file)
@@ -71,6 +71,9 @@ private:
        /** Determines the file containing a binary package.  The file is expected
        to be named after the package. */
        Msp::FS::Path get_binary_package_file(const std::string &);
+
+public:
+       void save_all_caches() const;
 };
 
 #endif