Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-updates > by-pkgid > aac5dc55d96b159b95f0e0246a38914a > scriptlet

samba-krb5-printing-4.6.7-1.mga6.armv5tl.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