Removing defunct keepalive script and cleaning out dead entries from
authorRusty Lynch <rusty.lynch@intel.com>
Wed, 4 Apr 2012 19:52:44 +0000 (12:52 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Wed, 4 Apr 2012 19:52:44 +0000 (12:52 -0700)
the the projects.pro file

dialer-keepalive.sh [deleted file]
projects.pro

diff --git a/dialer-keepalive.sh b/dialer-keepalive.sh
deleted file mode 100755 (executable)
index 6af29c1..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-# Until we have working systemd and are integrated with it
-# we are defering to crude hackery like this instead of relying
-# on applifed, which is rumored to be going the way of the dodo.
-
-# Call this script with any parameters supported by dialer (or
-# any Qt std args), for example:
-#
-#   dialer-keepalive.sh -prestart -output-level debug
-
-while true
-do
-       /usr/bin/dialer "$@"
-done
index a0220fa..6fa3d40 100644 (file)
@@ -7,16 +7,6 @@ SUBDIRS = src qml dialerassets sounds
 OTHER_FILES += *.service *.desktop *.sh
 M_INSTALL_BIN = /usr/bin
 M_INSATLL_DATA = /usr/share
-# Keepalive script
-keepalive_script.files = dialer-keepalive.sh
-keepalive_script.path += $$INSTALL_ROOT/usr/bin
-keepalive_script.CONFIG += no_check_exist
-
-# XDG Autostart
-#autostart_entry.files = dialer.desktop
-autostart_entry.files = dialer-prestart.desktop
-autostart_entry.path += /etc/xdg/autostart
-autostart_entry.CONFIG += no_check_exist
 
 # Desktop
 desktop_entry.files = dialer.desktop
@@ -32,8 +22,6 @@ documentation.files = AUTHORS ChangeLog LICENSE README TODO
 documentation.path  = $$INSTALL_ROOT/usr/share/hfdialer/
 
 INSTALLS += \
-    keepalive_script \
-    autostart_entry \
     desktop_entry \
     dbus_service \
     documentation \