#!/bin/sh -e
# postinst script for libavifile
#
# see: dh_installdeb(1)

if [ "$1" = "configure" ]; then                                                 
        ldconfig                                                                
fi                                                                              

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0
