Update man.rst
This commit is contained in:
parent
c97b05500e
commit
005a3eb1db
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ EXAMPLES
|
|||
--purge-if-absent \
|
||||
--state "absent"
|
||||
# if dpkg-deb is available and your local package does not have (or can't have) the Debian naming conventions, you can do it this way:
|
||||
__package_dpkg "$(dpkg-deb --show --showformat='${binary:Package}_${Version}_${Architecture}.deb\n' "baz.deb")" \
|
||||
__package_dpkg "$(dpkg-deb --show --showformat='${binary:Package}_${Version}_${Architecture}.deb\n' baz.deb)" \
|
||||
--source $__type/files/baz.deb \
|
||||
--state "absent"
|
||||
|
||||
|
|
Loading…
Reference in a new issue