Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 5e879ac270ceca4db5fe0e7ab2fb53c0 > scriptlet

samba-krb5-printing-4.10.17-1.mga7.armv7hl.rpm

POSTIN

/bin/sh
/usr/sbin/update-alternatives --install /usr/libexec/samba/cups_backend_smb \
	cups_backend_smb \
	/usr/libexec/samba/smbspool_krb5_wrapper 50

POSTUN

/bin/sh
if [ $1 -eq 0 ] ; then
   /usr/sbin/update-alternatives --remove cups_backend_smb /usr/libexec/samba/smbspool_krb5_wrapper
fi