Improve binary package metadata plist file images.

This commit is contained in:
Juan RP
2010-05-19 00:42:36 +02:00
parent 8b222fd093
commit 706851b037
2 changed files with 15 additions and 4 deletions

View File

@ -12,7 +12,11 @@ digraph pkg_files_dictionary {
files_dict1 [style=filled,label="dictionary[N+1]"];
files_dict -> file [label=string];
files_dict -> file_sha256 [label=string];
file -> file_value;
file_value [style=filled,fillcolor="yellowgreen",label="/bin/file"];
file_sha256 [label=sha256];
file_sha256 -> sha256_value;
sha256_value [style=filled,fillcolor="yellowgreen",label="..."];
files_dict1 -> files_dict1_objs [style=filled,label="objects"];
files_dict1_objs [style=filled,label="..."];
main -> conf_files [label=array];