blob: 56f13794558a36898acc2597eb016c870856cb38 (
plain)
1
2
3
4
5
6
7
8
|
_config_message() {
echo "The ethernet daemon must be configured using /etc/ueye/ueyeethd.conf"
echo "You also need to make sure /usr/bin/ueyeethdnotify or /usr/bin/ueyenotify is called when an interface comes up or down."
}
post_install() {
_config_message
}
|