]> git.pld-linux.org Git - packages/octave.git/commitdiff
- add missing ldconfig in %post and %postun for gui (needed for liboctgui.so.1)
authorAdam Osuchowski <adwol@pld-linux.org>
Sun, 21 Feb 2016 20:09:06 +0000 (21:09 +0100)
committerAdam Osuchowski <adwol@pld-linux.org>
Sun, 21 Feb 2016 20:09:06 +0000 (21:09 +0100)
octave.spec

index 55ce625be228f6aaf31cf631220f49da0fd9313f..a722eacfc61a8573a55d0a8a50455366ff3021d3 100644 (file)
@@ -400,6 +400,12 @@ rm -rf $RPM_BUILD_ROOT
 %postun        devel -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
+%post  gui -p /sbin/postshell
+/sbin/ldconfig
+
+%postun        gui -p /sbin/postshell
+/sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS BUGS ChangeLog NEWS README
This page took 0.026552 seconds and 4 git commands to generate.