]> git.pld-linux.org Git - packages/XdeFactor-ng.git/commitdiff
- cosmetics
authordjrzulf <djrzulf@pld-linux.org>
Mon, 17 Feb 2003 08:55:00 +0000 (08:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XdeFactor-ng.spec -> 1.6

XdeFactor-ng.spec

index ec935dc718c98d67f52b27968e164349129086a5..05b69d007255ebd5d8448d7a30e0eae57fa372e6 100644 (file)
@@ -84,13 +84,19 @@ echo %{_libdir}/xdefactor-ng>> %{_sysconfdir}/ld.so.conf
 cat %{_sysconfdir}/ld.so.conf | grep -v xdefactor-ng > /tmp/ld.so.conf.tmp
 mv /tmp/ld.so.conf.tmp %{_sysconfdir}/ld.so.conf
 
+/sbin/ldconfig
+
 %post module-login
 echo "/modules/Login.conf" >> %{_sysconfdir}/defactor-ng/x/modules.conf
 echo "libxdef_login.so" >> %{_sysconfdir}/defactor-ng/x/modules.conf
+chmod 644 %{_sysconfdir}/defactor-ng/x/modules.conf
+/sbin/ldconfig
 
 %postun module-login
 cat %{_sysconfdir}/defactor-ng/x/modules.conf | grep -v -i login > /tmp/xdf-modules.conf.tmp
 mv /tmp/xdf-modules.conf.tmp %{_sysconfdir}/defactor-ng/x/modules.conf
+chmod 644 %{_sysconfdir}/defactor-ng/x/modules.conf
+/sbin/ldconfig
 
 %clean
 #rm -rf $RPM_BUILD_ROOT
This page took 0.090143 seconds and 4 git commands to generate.