diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-12-21 17:23:08 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-21 17:23:08 +0000 |
commit | 49b2ae2e69e1a273b4d4a8746a872ec00b91c86f (patch) | |
tree | fad603e2bc2455e11e6ce65fc3e8acb3acc9389f /recipes/list-apps.example | |
parent | b1ca8b5fbb263fd945f21d0ccff99f40a59d562b (diff) | |
download | libguestfs-49b2ae2e69e1a273b4d4a8746a872ec00b91c86f.tar.gz libguestfs-49b2ae2e69e1a273b4d4a8746a872ec00b91c86f.tar.xz libguestfs-49b2ae2e69e1a273b4d4a8746a872ec00b91c86f.zip |
recipes: Refresh guestfish recipes.
Diffstat (limited to 'recipes/list-apps.example')
-rw-r--r-- | recipes/list-apps.example | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes/list-apps.example b/recipes/list-apps.example new file mode 100644 index 00000000..c37063c2 --- /dev/null +++ b/recipes/list-apps.example @@ -0,0 +1,29 @@ +$ list-apps.sh win7.img +[0] = { + app_name: Mozilla Firefox (3.6.12) + app_display_name: Mozilla Firefox (3.6.12) + app_epoch: 0 + app_version: 3.6.12 (en-GB) + app_release: + app_install_path: C:\Program Files\Mozilla Firefox + app_trans_path: + app_publisher: Mozilla + app_url: http://www.mozilla.com/en-GB/ + app_source_package: + app_summary: + app_description: Mozilla Firefox +} +[1] = { + app_name: VLC media player + app_display_name: VLC media player 1.1.5 + app_epoch: 0 + app_version: 1.1.5 + app_release: + app_install_path: C:\Program Files\VideoLAN\VLC + app_trans_path: + app_publisher: VideoLAN + app_url: http://www.videolan.org/ + app_source_package: + app_summary: + app_description: +} |