Skip to content

Commit

Permalink
Don't create /usr/lib/mongooseim, because it already exists
Browse files Browse the repository at this point in the history
This affected Debian/Ubuntu packages.
  • Loading branch information
chrzaszcz committed Dec 3, 2024
1 parent a8aa910 commit dceeeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pkg/scripts/deb/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ setup()

case "$1" in
configure)
useradd --system --shell /bin/sh --home-dir $PKG_ROOT --create-home $NAME
useradd --system --shell /bin/sh --home-dir $PKG_ROOT $NAME
setup "$@"
;;

Expand Down

0 comments on commit dceeeed

Please sign in to comment.