Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Jan 2, 2024
1 parent 7f60fc2 commit fe5cb3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/packaging/deb/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ fi
# Create a symlink to main script
ln -sf /opt/linupdate/linupdate /usr/bin/linupdate

# Delete old 'functions' directory if exists
if [ -d "$DATA_DIR/functions" ];then
rm -rf "$DATA_DIR/functions"
fi

# Install en_US.UTF-8 locale if not present
if ! locale -a | grep -q "en_US.UTF-8";then
apt-get install locales-all -y > /dev/null
Expand Down

0 comments on commit fe5cb3d

Please sign in to comment.