Files
contrib/hardware/printer-and-scanner/Brother-DCP135c-cupswrapper/actions.py
T
2026-06-27 23:27:13 +03:00

14 lines
343 B
Python

#!/usr/bin/python
# Created For PisiLinux
from pisi.actionsapi import shelltools, get, pisitools
WorkDir = "."
def install():
shelltools.system("rpm2targz dcp135ccupswrapper-1.0.1-1.i386.rpm")
shelltools.system("tar -zxvf dcp135ccupswrapper-1.0.1-1.i386.tar.gz")
pisitools.insinto("/", "usr")
shelltools.system("rm -rf *")