Debconf: Difference between revisions
From DWIKI
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
*http://wiki.debian.org/DebConf | *http://wiki.debian.org/DebConf | ||
/var/cache/debconf/config.dat | The actual config data | ||
/var/cache/debconf/config.dat | |||
The location of relevant files per package | |||
/var/lib/dpkg/info | |||
Finding packages that should work for dpkg-reconfigure: | |||
find /var/lib/dpkg/ -name \*.postinst | xargs grep -l debconf |
Revision as of 23:30, 1 January 2007
The actual config data
/var/cache/debconf/config.dat
The location of relevant files per package
/var/lib/dpkg/info
Finding packages that should work for dpkg-reconfigure:
find /var/lib/dpkg/ -name \*.postinst | xargs grep -l debconf