Delete rbackup.plugins.pacman module
This commit is contained in:
parent
73246c3ccc
commit
194dc7a0ff
@ -1,11 +0,0 @@
|
|||||||
"""
|
|
||||||
.. moduleauthor:: Eric Torres
|
|
||||||
.. module:: rbackup.plugins.pacman
|
|
||||||
:synopsis: Implementation class for the Pacman package manager.
|
|
||||||
"""
|
|
||||||
from rbackup.plugins.packagemanager import PackageManager
|
|
||||||
|
|
||||||
|
|
||||||
class Pacman(PackageManager):
|
|
||||||
def __init__(self):
|
|
||||||
super().__init__("/var/cache/pacman", "/var/lib/pacman", ("pacman", "-Qqe"))
|
|
Loading…
x
Reference in New Issue
Block a user