Skip to content

Commit

Permalink
magnus remove setproctitle
Browse files Browse the repository at this point in the history
magnus remove setproctitle
  • Loading branch information
rneher-igel committed Dec 30, 2024
1 parent 1302db0 commit a316b37
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 a316b37

Please sign in to comment.