#!/bin/sh
# This script is automatically generated from
# src:gnustep-back/debian/templates/gnustep-back-common.bug-script.in.
# Any package depending on gnustep-gui can install a symlink pointing
# to it in order to report the backend.

exec 1>&3

printf "\n-- System backend:\n"
update-alternatives --display gnustep-back-031

printf "\n-- User backend:\n"
defaults read NSGlobalDomain GSBackend || printf "Not set."
printf "\n"
