diff options
author | Ossama Othman <ossama.othman@intel.com> | 2013-08-09 13:33:13 -0700 |
---|---|---|
committer | Ossama Othman <ossama.othman@intel.com> | 2013-08-09 13:33:13 -0700 |
commit | 501e176be80b5b9046f7d540c50835586ca6887c (patch) | |
tree | dc4cdd4d0ad9f409bade0ff3c482a4773621398f | |
parent | 7e7ab927519ab8313a77e007782f1d31d4f1007c (diff) | |
download | ico-uxf-weston-plugin-501e176be80b5b9046f7d540c50835586ca6887c.tar.gz ico-uxf-weston-plugin-501e176be80b5b9046f7d540c50835586ca6887c.tar.bz2 ico-uxf-weston-plugin-501e176be80b5b9046f7d540c50835586ca6887c.zip |
Add missing %post/%postun scriptlets.
Change-Id: I0cb6b249d1beec89f9ea91436abca96e32887fac
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
-rw-r--r-- | packaging/ico-uxf-weston-plugin.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/ico-uxf-weston-plugin.spec b/packaging/ico-uxf-weston-plugin.spec index e533a11..1938ff3 100644 --- a/packaging/ico-uxf-weston-plugin.spec +++ b/packaging/ico-uxf-weston-plugin.spec @@ -54,6 +54,10 @@ mkdir -p %{buildroot}%{_sysconfdir}/profile.d/ install -m 0644 settings/ico_weston.sh %{buildroot}%{_sysconfdir}/profile.d/ install -m 0644 settings/ico_weston.csh %{buildroot}%{_sysconfdir}/profile.d/ +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + %files %defattr(-,root,root,-) %license COPYING |