Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
pango
macros.pango
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File macros.pango of Package pango
# RPM macros for packages installing a Pango module # ### # # When a package installs a Pango module, it should use all # three macros: # # - %pango_module_requires in the preamble # - %pango_module_post in %post # - %pango_module_postun in %postun # ### %pango_module_requires \ Requires(post): pango-tools \ Requires(postun): pango-tools # On install, update the cache %pango_module_post \ %if "%_lib" == "lib64" \ %{_bindir}/pango-querymodules-64 > %{_sysconfdir}/pango/pango64.immodules \ %else \ %{_bindir}/pango-querymodules > %{_sysconfdir}/pango/pango.immodules \ %endif # On uninstall, update the cache. Note: we ignore upgrades (already # handled in %post of the new package). %pango_module_postun \ if [ $1 -eq 0 ]; then \ %if "%_lib" == "lib64" \ %{_bindir}/pango-querymodules-64 > %{_sysconfdir}/pango/pango64.immodules \ %else \ %{_bindir}/pango-querymodules > %{_sysconfdir}/pango/pango.immodules \ %endif \ fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor