Ignore:
Timestamp:
Oct 15, 2022, 5:26:32 PM (4 years ago)
Author:
obi
Message:

fix ipkg preinst prerm postrm scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/tools_lcdpearl1/CONTROL/postrm

    r45958 r46250  
    66rm -rf /var/etc/lcd4linux.conf
    77
    8 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     8if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    99        opkg remove titan-plugin-tools-lcdpearl1 --dest $1
    1010fi
Note: See TracChangeset for help on using the changeset viewer.