From: Ed Page Date: Wed, 1 Dec 2010 03:24:39 +0000 (-0600) Subject: When optifying, forgot to update the alarm code X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=f183dedf1245e76096c1e0000fcc4ed72e64796e;hp=f03d05a6dc8377e9a78ccf7f38c08029d50d9810 When optifying, forgot to update the alarm code --- diff --git a/support/builddeb.py b/support/builddeb.py index 8ddb30c..f800cc6 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -43,7 +43,7 @@ rm -f ~/.%(name)s/notifier.log __preremove__ = """#!/bin/sh -e -python /usr/lib/dialcentral/alarm_handler.py -d || true +python /opt/dialcentral/lib/alarm_handler.py -d || true """