Ticket #36 (closed enhancement: fixed)
Add .ifexists, .else and .endif meta commands
| Reported by: | cjvdb | Owned by: | lennart |
|---|---|---|---|
| Milestone: | 0.9.6 | Component: | core |
| Keywords: | Cc: |
Description
The Debian packages need a way to detect at runtime which modules are installed and/or which other packages are on the system and based on that load different modules. This patch adds .ifexists which can be used like this:
.ifexists /path/to/any/file load-module ... set-default-sink ... etc ... .else load-module ... .endif
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
