f37f8816424bc40e35d7f0c5a5b8c4468c5e2de6
[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;