| Revision 6595,
394 bytes
checked in by alanbach-guest, 3 years ago
(diff) |
- Bump up the kernel version to 2.6.32.14
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | #DEBHELPER |
|---|
| 3 | |
|---|
| 4 | PARSIXVER=`cat /etc/parsix-version | awk '{print $3}'` |
|---|
| 5 | KVER="2.6.32-14" |
|---|
| 6 | |
|---|
| 7 | # update /etc/motd |
|---|
| 8 | rm -f /etc/motd 2>/dev/null |
|---|
| 9 | echo -e $"Welcome to Parsix GNU/Linux ${PARSIXVER}" "(Kernel ${KVER})\n" > /etc/motd 2>/dev/null |
|---|
| 10 | |
|---|
| 11 | # rt2860 fix |
|---|
| 12 | mkdir -p /etc/Wireless/RT2860STA |
|---|
| 13 | ln -sf /usr/share/doc/rt2860-modules-${KVER}/examples/RT2860STA.dat /etc/Wireless/RT2860STA/RT2860STA.dat |
|---|
| 14 | |
|---|
| 15 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.