/var/lib/dpkg/info/tmux.postrm
#!/bin/sh

set -e

if [ "$1" = "remove" ]; then
    remove-shell /usr/bin/tmux
fi