uawdijnntqw1x1x1
IP : 216.73.216.155
Hostname : vm5018.vps.agava.net
Kernel : Linux vm5018.vps.agava.net 3.10.0-1127.8.2.vz7.151.14 #1 SMP Tue Jun 9 12:58:54 MSK 2020 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
lib
/
dpkg
/
.
/
info
/
bzip2.preinst
/
/
#!/bin/sh set -eu # If and only if we are uprading from a version lower than 0.9.5d-3, # then we want to break the old /usr/share/doc/libbz2 symlink (which was # pointing to libbz2). if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" "<<" "0.9.5d-3" then if test -L /usr/share/doc/bzip2 then rm -f /usr/share/doc/bzip2 fi fi # And we should never ever have a directory in /usr/doc/bzip2 if [ -d /usr/doc/bzip2 ] && [ ! -L /usr/doc/bzip2 ] then echo "Cleaning up left-over /usr/doc/bzip2." rm -fr /usr/doc/bzip2 fi
/var/lib/dpkg/./info/bzip2.preinst