a0c8969618
provides support for UPEKs fingerprint sensors. PR: ports/93035 Submitted by: Fredrik Lindberg <fli@shapeshifter.se>
10 lines
137 B
Text
10 lines
137 B
Text
#/bin/sh
|
|
#
|
|
# This will physically remove the file aswell.
|
|
#
|
|
|
|
if [ "$2" != "DEINSTALL" ]; then
|
|
exit 0
|
|
fi
|
|
|
|
mod_install -u libtfmessbsp.so
|