#!/bin/bash
#echo "preinst"

#setenforce 0

#if [ "$1" = "upgrade" ] || [ "$1" = "install" ];then
	
#	rootpth="/tmp/toec/printfiles"
#	if [ ! -d "$rootpth" ]
#	then
#       	mkdir -m 777 /tmp/toec
#        	mkdir -m 777 /tmp/toec/printfiles
#
#	fi
	
	

#	chmod 777 /tmp/toec /tmp/toec/printfiles
#fi
