]> git.pld-linux.org Git - packages/libgtop.git/commitdiff
- fix: fix-info-dir call is moved from %preun to the right section, %postun
authormis <mis@pld-linux.org>
Tue, 20 Jun 2000 12:51:20 +0000 (12:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgtop.spec -> 1.39

libgtop.spec

index dc44de571942db452fae4e2d068681f1b23448f5..18d8cefc18b5ecc3458edb0b5652179417767f46 100644 (file)
@@ -100,7 +100,7 @@ rm -rf $RPM_BUILD_ROOT
 %post devel
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
-%preun devel
+%postun devel
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %files -f %{name}.lang
This page took 0.026402 seconds and 4 git commands to generate.