From 15b266d9f14dad26da8678a79019749d0f69532e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 13 Oct 2010 09:33:13 -0400 Subject: Rename upgrade_config.py and build it properly Previously, we were just copying the script into the libexec dir during installation. However, this causes problems for packaging multilib on several distributions. https://fedorahosted.org/sssd/ticket/641 --- contrib/sssd.spec.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'contrib') diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 3f6a0f1b0..59fc132ef 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -212,10 +212,6 @@ rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig /sbin/chkconfig --add %{servicename} -if [ $1 -ge 2 ] ; then -# a one-time upgrade from confdb v1 to v2, only if upgrading - python %{_libexecdir}/%{servicename}/upgrade_config.py -fi %preun if [ $1 = 0 ]; then -- cgit