Update man.rst

This commit is contained in:
pedro 2021-10-25 22:37:36 +02:00
parent c97b05500e
commit 005a3eb1db
1 changed files with 1 additions and 1 deletions

View File

@ -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"