File: libfltk1.1-dev.config

package info (click to toggle)
fltk1.1 1.1.10-14
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 14,892 kB
  • sloc: cpp: 76,653; ansic: 40,942; makefile: 1,678; sh: 442
file content (15 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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