Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 6367eadfdd041d9c75ebac2cd0b16e70 > scriptlet

samba-krb5-printing-4.6.12-1.1.mga6.x86_64.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