Changeset 43278
- Timestamp:
- Jan 23, 2019, 6:55:46 PM (2 years ago)
- Location:
- ipk/source.arm
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.arm/players_mc/CONTROL/postinst
r39499 r43278 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.build ];then 4 opkg install titan-plugin-mc --dest $1 5 fi 6 3 7 exit 0 -
ipk/source.arm/players_mc/CONTROL/postrm
r39499 r43278 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.build ];then 4 opkg remove titan-plugin-mc --dest $1 5 fi 6 3 7 exit 0 -
ipk/source.arm/players_tithek/CONTROL/postinst
r39499 r43278 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.build ];then 4 opkg install titan-plugin-mc --dest $1 5 fi 6 3 7 exit 0 -
ipk/source.arm/players_tithek/CONTROL/postrm
r39499 r43278 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.build ];then 4 opkg remove titan-plugin-tithek --dest $1 5 fi 6 3 7 exit 0
Note: See TracChangeset
for help on using the changeset viewer.