preinst is in lbreakout2-data 2.6.4-3.
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 7 | #!/bin/bash
set -e
if test -L /usr/share/doc/lbreakout2-data; then
rm /usr/share/doc/lbreakout2-data;
fi
|