Changeset 45683 for ipk/source.sh4/tools_lcdpearl1
- Timestamp:
- Feb 14, 2022, 12:29:43 PM (4 years ago)
- Location:
- ipk/source.sh4/tools_lcdpearl1/CONTROL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/tools_lcdpearl1/CONTROL/postinst
r43293 r45683 3 3 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/lcdpearl1" 4 4 5 if [ `cat /proc/version | grep stm24 | wc -l` -eq 1 ]; then5 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then 6 6 cd /tmp/stm24 7 7 else … … 14 14 rm -rf stm23 15 15 16 if [ -e /etc/.oebuild ] ;then16 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then 17 17 opkg update 18 18 opkg install titan-plugin-lcdpearl1 --dest $1 -
ipk/source.sh4/tools_lcdpearl1/CONTROL/postrm
r43292 r45683 6 6 rm -rf /var/etc/lcd4linux.conf 7 7 8 if [ -e /etc/.oebuild ] ;then8 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then 9 9 opkg remove titan-plugin-lcdpearl1 --dest $1 10 10 fi
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)