adding the cleanup routines
[nodejs-repoproxy.git] / lib / repo-apt.js
1 function maintain(details) {
2         console.log("doing apt clean for ", details);
3 }
4
5 exports.maintain = maintain;