updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / kumodule-git / install
blob140531df99277f05a604ae8d3424a87f65aa1c0f
1 post_install()
3   KERNEL_VERSION=$(uname -r)
4   depmod $KERNEL_VERSION
6   cat <<EOF
7     Pro rozběhnutí KU modulu zadejte příkaz modprobe kumodule.
8     Případně přidejte kumodule do pole MODULES v /etc/rc.conf
9     pro automatické načtení při bootu systému.
11     Note: If the above lines seem total gibberish to you, you probably installed
12           this package accidentaly and should now be running for your life...
13           ...ahem, I mean, are advised to uninstall it asap.
14 EOF
17 post_upgrade()
19   post_install