summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
Diffstat (limited to 'installmethod.py')
-rw-r--r--installmethod.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/installmethod.py b/installmethod.py
new file mode 100644
index 000000000..2a832ab7b
--- /dev/null
+++ b/installmethod.py
@@ -0,0 +1,22 @@
+class InstallMethod:
+
+ def readComps(self, hdlist):
+ pass
+
+ def getFilename(self, h):
+ pass
+
+ def readHeaders(self):
+ pass
+
+ def systemMounted(self, fstab, mntPoint):
+ pass
+
+ def filesDone(self):
+ pass
+
+ def unlinkFilename(self, fullName):
+ pass
+
+ def __init__(self):
+ pass