forked from I2P_Developers/i2p.i2p
12 lines
231 B
Plaintext
12 lines
231 B
Plaintext
![]() |
#!/bin/sh -e
|
||
|
exit 0
|
||
|
|
||
|
if [ ! -z $2 ]; then
|
||
|
if dpkg --compare-versions $2 lt 0.8.6-5; then
|
||
|
test -d /usr/share/doc/i2p-doc \
|
||
|
&& rm -rf /usr/share/doc/i2p-doc
|
||
|
fi
|
||
|
fi
|
||
|
|
||
|
#DEBHELPER#
|