Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
f45659ca
Commit
f45659ca
authored
Aug 28, 2017
by
lyxell
Committed by
GitHub
Aug 28, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1152 from jam7/update-postinstall-process
Update postinstall process
parents
dcda8c08
ce7b0915
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
crew
crew
+3
-3
lib/package.rb
lib/package.rb
+1
-1
No files found.
crew
View file @
f45659ca
...
...
@@ -459,8 +459,8 @@ def build_and_preconfigure (target_dir)
end
end
def
post_install
(
targe
t_dir
)
Dir
.
chdir
targe
t_dir
do
def
post_install
(
des
t_dir
)
Dir
.
chdir
des
t_dir
do
puts
"Performing post-install..."
@
pkg
.
postinstall
end
...
...
@@ -652,7 +652,7 @@ def install
install_package dest_dir
# perform post-install process
post_install
targe
t_dir
post_install
des
t_dir
end
#add to installed packages
...
...
lib/package.rb
View file @
f45659ca
...
...
@@ -79,7 +79,7 @@ class Package
end
# Function to perform post-install for
all even if it is a fake package.
# Function to perform post-install for
both source build and binary distribution
def
self
.
postinstall
end
...
...
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