Exemplo n.º 1
0
	def clean(self):
		SyncPkg.clean(self)
		
		synctool_lib.shell_command('apt-get clean')
Exemplo n.º 2
0
	def clean(self):
		SyncPkg.clean(self)
		
		synctool_lib.shell_command('brew cleanup')
Exemplo n.º 3
0
    def clean(self):
        SyncPkg.clean(self)

        synctool_lib.shell_command("pacman -Scc --noconfirm")
Exemplo n.º 4
0
	def clean(self):
		SyncPkg.clean(self)
		
		synctool_lib.shell_command('yum clean packages')
Exemplo n.º 5
0
	def clean(self):
		SyncPkg.clean(self)
		
		synctool_lib.DRY_RUN = False
		synctool_lib.shell_command('zypper clean')
		synctool_lib.DRY_RUN = self.dryrun
Exemplo n.º 6
0
	def clean(self):
		SyncPkg.clean(self)