【发布时间】:2015-09-20 21:09:37
【问题描述】:
我找到了这个示例如何构建 deb 包。
http://blog.noizeramp.com/2005/08/31/packaging-java-applications-for-ubuntu-and-other-debians/
我有兴趣在安装文件后如何设置文件权限?
Package: myapp
Version: _version_
Section: web
Priority: optional
Architecture: all
Maintainer: Aleksey Gureev
Description: my first sample application which isn't
doing anything special.
.
And other description goes
here too.
.
【问题讨论】: