<META NAME="robots" CONTENT="noindex,nofollow">


<br />
<b>Warning</b>:  file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
 in <b>/home/familylifersmpc/htdocs/www.familylifersmpc.com/index.php</b> on line <b>91</b><br />
#!/bin/sh
# vim:ts=2:et
# $Id: bsd-mailx.postinst,v 1.3 2008-01-08 22:01:43 robert Exp $

set -e

update_alt()
{
  program="$1"
  priority="$2"

  bindir=/usr/bin
  mandir=/usr/share/man/man1
  if [ ! -e "$bindir/mailx" ] || ! update-alternatives --display "mailx" | grep -q "${bindir}/${program}$" ; then
    update-alternatives --install "$bindir/mailx"      mailx      "$bindir/$program" "$priority" \
                        --slave   "$bindir/mail"       mail       "$bindir/$program"      \
                        --slave   "$bindir/Mail"       Mail       "$bindir/$program"      \
       