#!/bin/sh -e . /usr/share/debconf/confmodule # Inspect the filesystem only when reconfiguring. if [ -f /usr/include/FL/Fl_Preferences.H ] && [ "$1" = reconfigure ]; then if [ -L /usr/include/FL/Fl_Preferences.h ]; then links_present=true else links_present=false fi db_set libfltk1.1-dev/header-links $links_present fi db_input medium libfltk1.1-dev/header-links || true db_go