Skip to content

Commit

Permalink
Merge pull request #81 from IGEL-Community:magnus-remove-setproctitle
Browse files Browse the repository at this point in the history
magnus remove setproctitle
  • Loading branch information
rneher-igel authored Dec 30, 2024
2 parents 1302db0 + a316b37 commit 26b1a34
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ do
dpkg -x "${LINE}" custom/${CP}
done

# ***** REMOVE setproctitle from /usr/bin/magnus *****
sed -i "/setproctitle/d" custom/${CP}/usr/bin/magnus
# ***** REMOVE setproctitle from /usr/bin/magnus *****

if [ "${FIX_MIME}" = "TRUE" ] && [ "${IGELOS_ID}" = "OS11" ]; then
mv custom/${CP}/usr/share/applications/ custom/${CP}/usr/share/applications.mime
fi
Expand Down

0 comments on commit 26b1a34

Please sign in to comment.