From 13890343fc126a2741d42ed3daa691498a5f9450 Mon Sep 17 00:00:00 2001 From: Fredrik Wendt Date: Wed, 25 Aug 2010 23:58:28 +0100 Subject: [PATCH] added initctl calls (should add an uninstall script too) --- package/debian/wifi-assistant.postinst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package/debian/wifi-assistant.postinst b/package/debian/wifi-assistant.postinst index bb54dc8..3fc2134 100644 --- a/package/debian/wifi-assistant.postinst +++ b/package/debian/wifi-assistant.postinst @@ -7,4 +7,9 @@ gconftool-2 -s /apps/maemo/wifi-assistant/popup "true" --type boolean # Hacky fix for NB#136012 gconftool-2 -s /desktop/gnome/url-handlers/http/command 'dbus-send --type=method_call --dest=com.nokia.osso_browser /com/nokia/osso_browser com.nokia.osso_browser.load_url string:"%s"' --type string +# update icon cache gtk-update-icon-cache -f /usr/share/icons/hicolor + +# start daemon +/sbin/initctl stop wifi-assistant +/sbin/initctl start wifi-assistant -- 1.7.9.5