Make separate i386 and amd64 packages, this fixes the arch-independent-package-contains-binary-or-object lintian error
This commit is contained in:
7
debian/scripts/postinst
vendored
7
debian/scripts/postinst
vendored
@ -10,11 +10,4 @@ chown $I2PUSER:$I2PUSER $SVCHOME
|
||||
|
||||
update-rc.d i2p defaults
|
||||
|
||||
cd $I2P
|
||||
su $I2PUSER ./postinstall.sh
|
||||
|
||||
chmod 755 /usr/lib/i2p/eepget
|
||||
chmod 755 /usr/lib/i2p/i2prouter
|
||||
chmod 755 /usr/lib/i2p/i2psvc
|
||||
|
||||
invoke-rc.d i2p start
|
||||
|
5
debian/scripts/prerm
vendored
5
debian/scripts/prerm
vendored
@ -7,10 +7,7 @@ rm -f /tmp/wrapper.log /tmp/wrapper.log.1 /tmp/wrapper.log.2 /tmp/i2p.pid /tmp/r
|
||||
# /etc/rc*.d/*i2p files
|
||||
update-rc.d -f i2p remove
|
||||
|
||||
# dpkg doesn't know about these files, created by postinstall.sh
|
||||
I2P=/usr/lib/i2p
|
||||
rm -f $I2P/i2psvc $I2P/lib/libwrapper.so $I2P/lib/wrapper.jar
|
||||
# copied out of jbigi.jar by the router
|
||||
# dpkg doesn't know about these files, they were copied out of jbigi.jar by the router
|
||||
rm -f $I2P/libjbigi.so $I2P/libjcpuid.so
|
||||
|
||||
# the home directory for the i2p daemon
|
||||
|
Reference in New Issue
Block a user