summaryrefslogtreecommitdiffstats
path: root/installmethod.py
blob: b304c5d71131bc7be8e3fa6366cce95a453bb730 (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):
	pass

    def filesDone(self):
	pass

    def unlinkFilename(self, fullName):
	pass

    def __init__(self):
	pass