Changeset 45684 for ipk/source.sh4/network_ipsec
- Timestamp:
- Feb 14, 2022, 12:51:17 PM (4 years ago)
- Location:
- ipk/source.sh4/network_ipsec/CONTROL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/network_ipsec/CONTROL/postinst
r45683 r45684 3 3 ARCH=$(cat /etc/.arch) 4 4 5 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then 5 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then 6 6 opkg update 7 7 opkg install strongswan 8 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild];then8 if [ "$ARCH" == "sh4" ];then 9 9 opkg install kernel-module-aes-generic 10 10 opkg install kernel-module-sha1-generic -
ipk/source.sh4/network_ipsec/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 sed 's/ipsec=.*//g' -i /mnt/config/start-config 5 5 opkg remove strongswan --force-removal-of-dependent-packages
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)