debian - Create destination path for .deb file -
i have created debian package according http://ubuntuforums.org/showthread.php?t=51003. not able find installed files, on installing .deb file. can tell me default destination path of .deb file , how modify default destination path ?
if have .deb file, should first check "dpkg -c" what's content (which tell what's destination path files).
for example if deb file 'apackage.deb':
dpkg -c apackage.deb
once installed, can check destination paths "dpkg -l". example (assuming package name 'apackage'):
dpkg -l apackage
that give hint (there's chance building process failed , package "empty").
Comments
Post a Comment