Changeset 30630


Ignore:
Timestamp:
10/21/14 16:20:43 (9 years ago)
Author:
Stephan
Message:

mc fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.mipsel/tools_mc/CONTROL/postinst

    r30610 r30630  
    11#!/bin/sh
    22
    3 opkg update && opkg install mc &
     3opkg update && opkg install mc
     4
     5if [ ! -e /home/root/.profile ];then
     6    touch /home/root/.profile
     7fi
     8echo "export TERMINFO=/etc/terminfo" >> .profile
     9echo "export TERM=xterm" >> .profile
    410
    511exit 0
Note: See TracChangeset for help on using the changeset viewer.