/usr/share/piwi/Templates/generic-start.ps is in piwi 0.8+20041206-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | mark
/HWSize [<? print $::image_width ?> 600] currentdevice putdeviceprops setdevice
(Templates/prelude-ids.ps) run
/colors [
[ .54 .48 .7 ] %dark
[ .66 .6 .82 ] %light
[ .56 .6 .42 ]
[ .68 .72 .54 ]
[ .65 .46 .44 ]
[ .77 .58 .56 ]
[ .4 .66 .81 ]
[ .52 .78 .93 ]
[ .67 .52 .6 ]
[ .79 .64 .72 ]
[ .85 .81 .75 ]
[ .97 .93 .87 ]
[ .4 .5 .85 ]
[ .52 .61 .97 ]
[ .83 .68 .79 ]
[ .95 .8 .9 ]
[ .61 .76 .85 ]
[ .72 .87 .97 ]
[ .58 .83 .53 ]
[ .7 .95 .65 ]
[ .85 .81 .75 ]
[ .97 .93 .87 ]
[ .4 .5 .85 ]
[ .52 .61 .97 ]
[ .54 .48 .7 ] %dark
[ .66 .6 .82 ] %light
[ .56 .6 .42 ]
[ .68 .72 .54 ]
[ .65 .46 .44 ]
[ .77 .58 .56 ]
[ .4 .66 .81 ]
[ .52 .78 .93 ]
] def
/find_color
{
colors exch get
aload pop
} def
/comment {
/str exch def
/part_cnt exch def
/y exch def
/x exch def
part_cnt find_color setrgbcolor
x y 12 12 rectfill
0 setgray
1 setlinewidth
x y 12 12 rectstroke
x 2 12 mul add y moveto
str show
} def
|