Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > a3687f6d06473f6d7bb66a85b46743aa > scriptlet

boomaga-3.0.0-1.mga7.aarch64.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