Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 46ec2325fbb6973db4c727efba29b52e > scriptlet

boomaga-0.3.0-1.mga4.x86_64.rpm

PREIN

/bin/sh
if [ "$(systemctl is-active cups.service)" != "active" ]; then
    systemctl start cups
    sleep 2
fi

PREUN

/bin/sh
lpadmin -x "Boomaga"

POSTIN

/bin/sh
if [ $1 = 1 ]; then
    sh /usr/share/boomaga/scripts/installPrinter.sh
fi