Commit 3ec93171f1cf58e3fc72025ee9c1b07a4394695e
1 parent
e7aa3643
Exists in
master
Ajustes para empacotamento.
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
rpm/pw3270-sharp.spec
@@ -66,6 +66,14 @@ rm -rf $RPM_BUILD_ROOT | @@ -66,6 +66,14 @@ rm -rf $RPM_BUILD_ROOT | ||
66 | %{_libdir}/pkgconfig/%{name}.pc | 66 | %{_libdir}/pkgconfig/%{name}.pc |
67 | /usr/lib/mono/%{name}-* | 67 | /usr/lib/mono/%{name}-* |
68 | 68 | ||
69 | +%post | ||
70 | +/sbin/ldconfig | ||
71 | +exit 0 | ||
72 | + | ||
73 | +%postun | ||
74 | +/sbin/ldconfig | ||
75 | +exit 0 | ||
76 | + | ||
69 | %changelog | 77 | %changelog |
70 | 78 | ||
71 | 79 |