Skip to content

Commit

Permalink
debian/postinst: make sure /etc/yunohost/portal exists
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin committed Jan 1, 2024
1 parent 0a01423 commit 3aa087c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ set -e

do_configure() {

mkdir -p /etc/yunohost
mkdir -p /etc/yunohost/apps
mkdir -p /etc/yunohost/portal

if [ ! -f /etc/yunohost/installed ]; then
# If apps/ is not empty, we're probably already installed in the past and
# something funky happened ...
Expand Down

0 comments on commit 3aa087c

Please sign in to comment.