#!/bin/sh
#To re-enable S3
NOS3FILE="/etc/polkit-1/localauthority/50-local.d/disable-suspend.pkla"
if [ -e $NOS3FILE ]
then
    rm $NOS3FILE
fi
