Sha256: d7f74212010fe43259efeddc90038acc8f7d797bb4eff9ed617a881f73a8dbe6
Contents?: true
Size: 361 Bytes
Versions: 2
Compression:
Stored size: 361 Bytes
Contents
#!/bin/sh # These are example outputs captured from running the actual dpkg-query # command on a Debian system case "$3" in 'ruby1.9.1') printf "ruby1.9.1 1.9.3.194-3 install ok installed\n" ;; 'exim4') printf "exim4 4.80-5.1 deinstall ok config-files\n" ;; 'bogus') printf "dpkg-query: no packages found matching bogus\n" >&2 ;; esac
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tpkg-2.3.5 | test/testcmds/debian/dpkg-query |
tpkg-2.3.4 | test/testcmds/debian/dpkg-query |