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

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -