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

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

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

#DEBHELPER#
