Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
93ca7dde
Commit
93ca7dde
authored
14 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Error management in debian package
parent
91f930e1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build/deb/config
+1
-1
1 addition, 1 deletion
build/deb/config
build/deb/postinst
+1
-1
1 addition, 1 deletion
build/deb/postinst
build/deb/postrm
+1
-1
1 addition, 1 deletion
build/deb/postrm
with
3 additions
and
3 deletions
build/deb/config
+
1
−
1
View file @
93ca7dde
...
...
@@ -19,7 +19,7 @@ set -e
db_version 2.0
echo
Run the config script
echo
Run the
dolibarr
config script
# Rotate old configuration
if
[
"
$1
"
=
"reconfigure"
]
;
then
...
...
This diff is collapsed.
Click to expand it.
build/deb/postinst
+
1
−
1
View file @
93ca7dde
...
...
@@ -21,7 +21,7 @@ set -e
db_version 2.0
echo
Run the postinst script
echo
Run the
dolibarr
postinst script
case
"
$1
"
in
configure
)
...
...
This diff is collapsed.
Click to expand it.
build/deb/postrm
+
1
−
1
View file @
93ca7dde
...
...
@@ -21,7 +21,7 @@ set -e
db_version 2.0
echo
Run the postrm script
echo
Run the
dolibarr
postrm script
#echo "postrm db_get dolibarr/webserver"
# We disable set -e to avoid premature end of script if error
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment