#!/bin/sh USER_NAME=`id -un 1000` #Check if installed user name is hamara (live user name) if [ "$USER_NAME" = "hamara" ];then
rm -f /home/hamara/Desktop/install-hamara-desktop.desktop
else rm -rf /home/hamara fi if [ -f /usr/share/glib-2.0/schemas/live-boot.gschema.override ] ; then glib-compile-schemas /usr/share/glib-2.0/schemas fi