/
var
/
lib
/
dpkg
/
info
/
Upload File
HOME
#!/bin/sh set -e case "$1" in (remove) update-alternatives --remove which /usr/bin/which.debianutils ;; esac