Ignore:
Timestamp:
Sep 10, 2013, 1:33:38 AM (13 years ago)
Author:
obi
Message:

update picon control files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/picons_black3d_SAT23_5/CONTROL/preinst

    r23576 r23601  
    11#!/bin/sh
     2INSTDIR="$1"
    23
     4echo "rename picons -> picons.old"
     5mv -f /var/usr/local/share/titan/picons /var/usr/local/share/titan/picons.old
     6
     7ln -s "$INSTDIR/usr/local/share/titan/picons" /var/usr/local/share/titan/picons
    38exit 0
Note: See TracChangeset for help on using the changeset viewer.