#!/bin/bash

set -ex


case "$1" in
    configure)
            /usr/share/oem-fix-fpr-goodix-deletestoredfp/delete-fp.py
    ;;
esac

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

#DEBHELPER#

exit 0
