X-Git-Url: http://git.pjr.cc/?p=nodejs-repoproxy.git;a=blobdiff_plain;f=lib%2Frepo-apt.js;fp=lib%2Frepo-apt.js;h=f37f8816424bc40e35d7f0c5a5b8c4468c5e2de6;hp=0000000000000000000000000000000000000000;hb=04f3190a0bcc430af31917456a957ecc80eb160b;hpb=43d51752ca1aafe7212ee3805ba1b33e398c91ce diff --git a/lib/repo-apt.js b/lib/repo-apt.js new file mode 100644 index 0000000..f37f881 --- /dev/null +++ b/lib/repo-apt.js @@ -0,0 +1,5 @@ +function maintain(details) { + console.log("doing apt clean for ", details); +} + +exports.maintain = maintain; \ No newline at end of file