blob: f05aed65a2ec8dc0bcfb47a70a3a1687005d8b18 (
plain)
1
2
3
4
5
|
post_install() {
echo -n "If your card requires a custom driver (like bit4id-ipki),"
echo " you'll need to edit Preferences and add its module there (/usr/lib/libbit4ipki.so in this case)."
}
|