4.4.0-87.110
) is not available, but a newer one is (4.4.0-142.168
). We redirected you there.
preinst is in valac 0.30.1-1.
This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | #!/bin/sh
set -e
if dpkg --compare-versions "$2" lt "0.30.0-1"; then
update-alternatives --remove-all valac || true
fi
|