summaryrefslogtreecommitdiff
path: root/x11/gdm2/pkg-install
blob: 410ed8543606f576ddc1f8d8f2a139b837051bbd (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

if [ "$2" = "POST-INSTALL" -o -n "${PACKAGE_BUILDING}" ]; then
  exit 0
fi

/usr/bin/dialog --yesno "GDM may contain vulnerabilities leading local root compromise, and it is reported widely with various serurity sites and groups. It is not recommended that this port be installed in public enviroment. Do you wish to accept the serurity risk and build GDM anyway?" 10 60 || /usr/bin/false