%PDF- %PDF-
Direktori : /proc/self/root/var/lib/dpkg/info/ |
Current File : //proc/self/root/var/lib/dpkg/info/tmux.postinst |
#!/bin/sh set -e if [ "$1" = "configure" ]; then if [ -z "$2" ] || dpkg --compare-versions "$2" lt "1.5-3"; then add-shell /usr/bin/tmux fi fi