Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
var
/
lib
/
dpkg
/
info
/
//proc/thread-self/root/var/lib/dpkg/info/libcupsimage2:amd64.preinst
#! /bin/sh set -e case "$1" in install) ;; upgrade) if [ ! -L /usr/share/doc/libcupsimage2 ]; then rm -rf /usr/share/doc/libcupsimage2 fi ;; abort-upgrade) ;; *) echo "preinst called with unknown argument \`$1'" >&2 exit 0 ;; esac exit 0