#!/bin/sh

set -e

# Make sure that .info does not appear in our entry.
grep "^* hexeditor:" /usr/share/info/dir | grep -qv "(.*\.info\>.*)"
