summaryrefslogtreecommitdiffstats
path: root/installmethod.py
blob: a162b6bc319a3002458e0378b3d3cae67d0424cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
class InstallMethod:

    def writeCleanupPath(self, f):
	pass

    def protectedPartitions(self):
        return None

    def readComps(self, hdlist):
	pass

    def getFilename(self, h):
	pass

    def readHeaders(self):
	pass

    def systemMounted(self, fstab, mntPoint, selected):
	pass

    def filesDone(self):
	pass

    def unlinkFilename(self, fullName):
	pass

    def __init__(self):
	pass