adding the cleanup routines
[nodejs-repoproxy.git] / lib / repo-apt.js
diff --git a/lib/repo-apt.js b/lib/repo-apt.js
new file mode 100644 (file)
index 0000000..f37f881
--- /dev/null
@@ -0,0 +1,5 @@
+function maintain(details) {
+       console.log("doing apt clean for ", details);
+}
+
+exports.maintain = maintain;
\ No newline at end of file