mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
a0c8969618
provides support for UPEKs fingerprint sensors. PR: ports/93035 Submitted by: Fredrik Lindberg <fli@shapeshifter.se>
11 lines
137 B
Plaintext
11 lines
137 B
Plaintext
#/bin/sh
|
|
#
|
|
# This will physically remove the file aswell.
|
|
#
|
|
|
|
if [ "$2" != "DEINSTALL" ]; then
|
|
exit 0
|
|
fi
|
|
|
|
mod_install -u libtfmessbsp.so
|