44
gchar *argv[10] = { "/bin/sh", "-c", RELEASE_UPGRADE_CHECKER, };
50
46
g_debug_release ("running the release upgrade checker %s in devel mode", RELEASE_UPGRADE_CHECKER);
54
50
g_debug_release ("running the release upgrade checker %s", RELEASE_UPGRADE_CHECKER);
57
53
g_spawn_async ("/", argv, NULL, 0, NULL, NULL, NULL, NULL);
59
55
// and update the timestamp so we don't check again too soon
60
gconf_client_set_int(client, GCONF_KEY_LAST_RELEASE_CHECK, now, NULL);