Adding User License Agreement in Solaris package

前端 未结 2 1116
攒了一身酷
攒了一身酷 2021-01-16 19:22

I have asked similar question for Linux RPM (Adding License Agreement in RPM package). Now i have same query for Solaris package. I could not get any helpful link / details

2条回答
  •  我在风中等你
    2021-01-16 19:55

    I would implement that using the checkinstall script.

    "exit 3" in that script gracefully ends the package installation.

    That's not trivial as you need to create a request script and reference it in the checkinstall one.

    http://docs.oracle.com/cd/E18752_01/html/817-0406/ch1designpkg-24309.html#ch1designpkg-4

提交回复
热议问题