From: Fredrik Wendt Date: Wed, 25 Aug 2010 22:58:28 +0000 (+0100) Subject: added initctl calls (should add an uninstall script too) X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=13890343fc126a2741d42ed3daa691498a5f9450;p=wifi-assistant added initctl calls (should add an uninstall script too) --- 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