Skip to content

Commit

Permalink
Final Rename Composer Package in Debian to be Composer 2.0 valid
Browse files Browse the repository at this point in the history
Composer in Postinst fix
  • Loading branch information
Vitexus committed Mar 13, 2019
1 parent 0c9a742 commit 0d6c6c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions debian/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "spojenet_ipexb2b",
"name": "deb/ipexb2b",
"description": "PHP Library for interaction with restapi.ipex.cz",
"homepage": "https://github.com/Spoje-NET/ipex-b2b",
"license": "GPL-2.0+",
Expand All @@ -12,7 +12,6 @@
}
],
"require": {
"php": ">= 5.6",
"ext-curl": "*",
"deb/ease-framework": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set -e
case "$1" in
configure)

composer-global-update spojenet_ipexb2b
composer-global-update deb/ipexb2b

;;

Expand Down

0 comments on commit 0d6c6c5

Please sign in to comment.