#!/bin/sh

set -e

if [ "$1" = "configure" ]
then
    # /etc/ld.so.nohwcap code: NOHWCAP
fi

#DEBHELPER#

exit 0
