I am creating a sample debian package, where i need to get the user input which is a number , usually all the user input is taken in postinst script, it would be simple for me if i use simple read command to get what i want,
Is is mandatory to use debconf like creating templates then config script and using db_get from postinst as in deconf tutorial
Can any tell me why to use the above complex process instead of using simple read command.