updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / asus_oled-clock-svn / asus_oled-clock-svn.install
blobea76b0b53ba51be5aeaea768a2299d86825aa1b2
1 post_install() {
2   depmod
3   echo "-----"
4   echo "In order to use this tool you must:"
5   echo "- Add asus_oled to the MODULES array on /etc/rc.conf (make sure it is before usbhid)"
6   echo "- Add asusoled-clockd to the deamons array on /etc/rc.conf"
7   echo "- Reboot..."
8   echo "-----"
11 post_remove() {
12         depmod
15 post_upgrade() {
16   depmod
17   echo "-----"
18   echo "In order to use this tool you must:"
19   echo "- Add asus_oled to the MODULES array on /etc/rc.conf (make sure it is before usbhid)"
20   echo "- Add asusoled-clockd to the deamons array on /etc/rc.conf"
21   echo "- Reboot..."
22   echo "-----"