Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 313d3269d5e468918ef228c1d8047aa9 > scriptlet

boomaga-1.3.0-3.mga7.armv7hl.rpm

PREIN

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

PREUN

/bin/sh
# Uninstall the printer
lpadmin -x "Boomaga"

POSTIN

/bin/sh
# Install the printer to cups backends
if [ $1 = 1 ]; then
    sh /usr/share/boomaga/scripts/installPrinter.sh
fi