MSV FM

[email protected]: ~ $
Path : /usr/bin/
File Upload :
Current < : //usr/bin/xorg-x11-fonts-update-dirs

#!/bin/sh
# This script is used by the xorg-x11-fonts package in the %post stage for
# some fonts to generate the right encodings.

fontdir=""
encodingsdir="/usr/share/X11/fonts/encodings"

# some fonts need to skip mkfontscale, set to "yes" to skip
skip_fontscale=""
# some fonts need to run ttmkfdir, set to "yes" to run
need_ttmkfdir=""

if [ $# -lt 1 ]; then
    echo "Need at least one parameter for font dir."
    exit 1
fi

while [ $# != 0 ]; do
    case $1 in
        --skip-fontscale)
        skip_fontscale="yes"
        ;;
        --need-ttmkfdir)
        need_ttmkfdir="yes"
        ;;
        --encodingsdir)
        shift
        encodingsdir="$1"
        ;;
        *)
        fontdir="$1"

        if [ $# != 1 ]; then
            echo "Too many parameters."
            exit 1
        fi
        ;;
    esac
    shift
done

if [ "$skip_fontscale" != "yes" ]; then
    mkfontscale $fontdir
fi
if [ "$need_ttmkfdir" = "yes" ]; then
    ttmkfdir -d $fontdir -o "$fontdir/fonts.scale"
fi

mkfontdir $fontdir
fc-cache $fontdir

if ! [ -z "$encodingsdir" ]; then
    [ -d "$encodingsdir" ] || mkdir -p "$encodingsdir"
    [ -d "$encodingsdir/large" ] || mkdir -p "$encodingsdir/large"
    oldpwd=$(pwd)
    cd "$encodingsdir"
    mkfontscale -n -e "$encodingsdir" -e "$encodingsdir/large"
    cd ${oldpwd}
fi


Bethany
Bethany
0%

THE FINEST HOTEL NEAR LAKE KIVU

The Perfect Base For You

Required fields are followed by *





EC1A68011

About Us

Delicious Interior With The Pinch Of Everything

Bethany Investment group is Presbyterian church in Rwanda(EPR) company that manage Hotel and Guest house in Karongi (Bethany Hotel), ISANO branch in GIKONDO(Kigali), Kiyovu branch(Kigali), AMIZERO branch(Nyagatare-East) and Gisenyi Branch(Rubavu).

Accomodation

Get a Comfortable Room
Feel The Comfort

Get a comfortable room and feel our hotel’s comfort. Bethany Hotel features a variety of fully furnished rooms with extra space, Executive rooms, Deluxe rooms with a beautiful lake view and garden space, Deluxe rooms, comfort rooms, family rooms and standard rooms at your service.

Standard Single

Services

We Provide Top Class Facility
Especially For You

Beach BBQ Party

Kick back on the beach& and enjoy our berbecue from our masterchef

Breakfast

Kick back at our hotels& enjoy our breakfast from our masterchef

Conference Hall

Kick back at our hotels& enjoy our conference halls from all bethany branches

Enjoy with your partner

Honeymoon Package

80%

Get In Touch

Don’t Miss Any Update

    +

    Search your Room

    Required fields are followed by *