Skip to content

Commit

Permalink
Merge pull request #1695 from NextDom/feature/AddPostinstForDebPackage
Browse files Browse the repository at this point in the history
Add Postinst For Debian Package
  • Loading branch information
Sylvaner authored Feb 5, 2020
2 parents fbd6498 + e0b5615 commit f23248e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions install/postinst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/env bash
set -e

#################################################################################################
################################### NextDom Installation from deb ###############################
################################### Script to remove in the futur ###############################
################################### .deb package should call ###############################
################################### # scripts/postinst.sh instead ###############################
#################################################################################################

CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
cd ${CURRENT_DIR}/../
export ROOT_DIRECTORY=${PWD}
bash ${CURRENT_DIR}/scripts/postinst.sh



0 comments on commit f23248e

Please sign in to comment.