Changeset 45684 for ipk/source.sh4/tools_wlandisplay
- Timestamp:
- Feb 14, 2022, 12:51:17 PM (4 years ago)
- Location:
- ipk/source.sh4/tools_wlandisplay/CONTROL
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/tools_wlandisplay/CONTROL/postinst
r45683 r45684 3 3 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/wlandisplay" 4 4 5 if [ -e / etc/.oebuild ] || [ -e /etc/.ovbuild ];then5 if [ -e /tmp/skin.xml_sam ]; then 6 6 mv "$PLUGINDIR/skin.xml" "$PLUGINDIR/skin.xml_org" 7 7 cp /tmp/skin.xml_sam "$PLUGINDIR/skin.xml" … … 9 9 fi 10 10 11 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then 11 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then 12 12 opkg update 13 13 opkg install titan-plugin-wlandisplay --dest $1 -
ipk/source.sh4/tools_wlandisplay/CONTROL/postrm
r45683 r45684 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then 4 4 opkg remove titan-plugin-wlandisplay --dest $1 5 5 fi -
ipk/source.sh4/tools_wlandisplay/CONTROL/preinst
r45683 r45684 3 3 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/wlandisplay" 4 4 5 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then5 if [ -e "$PLUGINDIR/skin.xml" ]; then 6 6 cp "$PLUGINDIR/skin.xml" /tmp/skin.xml_sam 7 7 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)