Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
abuild
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
abuild
Commits
03d07e20
Commit
03d07e20
authored
Feb 15, 2018
by
A. Wilcox
Committed by
Natanael Copa
Oct 03, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
man: Better document install scripts
parent
8eb4be6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
APKBUILD.5
APKBUILD.5
+9
-2
No files found.
APKBUILD.5
View file @
03d07e20
...
...
@@ -515,8 +515,15 @@ An install script must be written in shell and must have a
.
Li
Dq
#
!/bin/sh
interpreter
declaration
as
the
first
line
.
The
.
Cm
install
variable
must
contain
the
install
scripts
needed
by
the
package
.
The
different
actions
available
are
as
follows
:
variable
must
contain
the
install
scripts
needed
by
the
package
.
The
install
script
will
be
run
inside
the
root
filesystem
where
the
package
is
being
installed
.
A
single
argument
will
be
passed
to
all
scripts
,
which
is
the
version
of
the
package
being
installed
.
The
pre
-
upgrade
and
post
-
upgrade
scripts
will
have
an
additional
second
argument
,
which
is
the
old
version
that
is
currently
installed
on
the
system
.
The
different
actions
that
may
have
install
scripts
specified
are
as
follows
:
.
Bl
-
tag
-
width
Ds
.
It
Ic
$
pkgname
.
pre
-
install
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment