Current Path : /proc/1412124/task/1412124/cwd/var/lib/dpkg/info/ |
Current File : //proc/1412124/task/1412124/cwd/var/lib/dpkg/info/screen.prerm |
#!/bin/sh set -e if [ "$1" = remove ] || [ "$1" = deconfigure ]; then remove-shell /usr/bin/screen || true fi