Reorganize the Debian directory structure to conform to their packaging policy. This brings the number of Lintian errors+warning

s down from 383 to 16.
This commit is contained in:
HungryHobo
2010-11-12 22:57:59 +00:00
parent 98f559c9c0
commit ae101f6cad
7 changed files with 87 additions and 36 deletions

2
debian/scripts/init vendored
View File

@ -14,7 +14,7 @@ set -e
. /lib/lsb/init-functions
I2P () {
su i2psvc -c "/usr/lib/i2p/i2prouter $1"
su i2psvc -c "/usr/bin/i2prouter $1"
}
if [ `id -un` != "root" ]; then