#!/bin/sh

set -e

install-info --quiet --section "Development" "Development" \
    /usr/info/libc.info.gz

