Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates > by-pkgid > f68f618f149f35950d0b9f71b1ce0c2f > scriptlet

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