Comment 25 for bug 1762952

Revision history for this message
Gunnar Hjalmarsson (gunnarhj) wrote :

When studying the variables I put a code snippet in postinst and built the package; something along these lines:

i=1
for p in $@; do
    echo "\$$i = $p"
    i=$((i+1))
done