#!/bin/sh

if [ "$UID" = "0" ]; then
    cd /usr/share/rpmanager
    ./rpmanager.py
 else
    kdesu -c /usr/bin/programkezelo
    exit 1
fi

