summarylogtreecommitdiffstats
path: root/unblock.install
blob: 6eb37b44bfa03c5c1a13dea34eec54fe957b313e (plain)
1
2
3
4
5
6
7
8
post_upgrade() {
  echo "==> install certificates"
  trust anchor --store /usr/share/netease-cloud-music-unblock-enhanced/ca.crt
}
post_install() {
  post_upgrade
}