preinst is in picolisp 3.1.5.2-2.
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 8 9 10 11 12 13 14 15 16 17 18 19 20 | #!/bin/sh
set -e
# Automatically added by dh_installdeb
dpkg-maintscript-helper dir_to_symlink /usr/lib/picolisp/test ../../share/picolisp/test 3.1.5.2-2~ -- "$@"
# End automatically added section
# Automatically added by dh_installdeb
dpkg-maintscript-helper dir_to_symlink /usr/lib/picolisp/src64 ../../share/picolisp/src64 3.1.5.2-2~ -- "$@"
# End automatically added section
# Automatically added by dh_installdeb
dpkg-maintscript-helper dir_to_symlink /usr/lib/picolisp/src ../../share/picolisp/src 3.1.5.2-2~ -- "$@"
# End automatically added section
# Automatically added by dh_installdeb
dpkg-maintscript-helper dir_to_symlink /usr/lib/picolisp/loc ../../share/picolisp/loc 3.1.5.2-2~ -- "$@"
# End automatically added section
# Automatically added by dh_installdeb
dpkg-maintscript-helper dir_to_symlink /usr/lib/picolisp/lib ../../share/picolisp/lib 3.1.5.2-2~ -- "$@"
# End automatically added section
# Automatically added by dh_installdeb
dpkg-maintscript-helper dir_to_symlink /usr/lib/picolisp/img ../../share/picolisp/img 3.1.5.2-2~ -- "$@"
# End automatically added section
|