Changeset 46250 for ipk/source.sh4/tools_stopifnotused/CONTROL/postrm
- Timestamp:
- Oct 15, 2022, 5:26:32 PM (4 years ago)
- File:
-
- 1 edited
-
ipk/source.sh4/tools_stopifnotused/CONTROL/postrm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/tools_stopifnotused/CONTROL/postrm
r45958 r46250 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg remove titan-plugin-tools-stopifnotused --dest $1 5 5 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)