diff --git a/oglive/debian/ogagent-oglive.postinst.debhelper b/oglive/debian/ogagent-oglive.postinst.debhelper deleted file mode 100644 index e75924d..0000000 --- a/oglive/debian/ogagent-oglive.postinst.debhelper +++ /dev/null @@ -1,5 +0,0 @@ -# Automatically added by dh_installinit -if [ -x "/etc/init.d/ogagent" ]; then - update-rc.d ogagent defaults >/dev/null || exit $? -fi -# End automatically added section diff --git a/oglive/debian/ogagent-oglive.postrm.debhelper b/oglive/debian/ogagent-oglive.postrm.debhelper deleted file mode 100644 index 3167f1f..0000000 --- a/oglive/debian/ogagent-oglive.postrm.debhelper +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically added by dh_installinit -if [ "$1" = "purge" ] ; then - update-rc.d ogagent remove >/dev/null -fi - - -# In case this system is running systemd, we make systemd reload the unit files -# to pick up changes. -if [ -d /run/systemd/system ] ; then - systemctl --system daemon-reload >/dev/null || true -fi -# End automatically added section diff --git a/oglive/scripts/OGAgentTool b/oglive/scripts/OGAgentTool deleted file mode 100644 index 5b30052..0000000 --- a/oglive/scripts/OGAgentTool +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -FOLDER=/usr/share/OGAgent - -cd $FOLDER -python OGAgentUser.py $@ diff --git a/oglive/scripts/OGAgentTool-startup b/oglive/scripts/OGAgentTool-startup deleted file mode 100644 index bb3a848..0000000 --- a/oglive/scripts/OGAgentTool-startup +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# Simple hack to wait for systray to be present -# Exec tool if not already runned by session manager -ps -ef | grep "$USER" | grep -v grep | grep -v OGAgentTool-startup | grep 'OGAgentTool' -q -# If not already running -if [ $? -eq 1 ]; then - sleep 5 - exec /usr/bin/OGAgentTool -fi \ No newline at end of file