When optifying, forgot to update the alarm code
authorEd Page <eopage@byu.net>
Wed, 1 Dec 2010 03:24:39 +0000 (21:24 -0600)
committerEd Page <eopage@byu.net>
Wed, 1 Dec 2010 03:24:39 +0000 (21:24 -0600)
support/builddeb.py

index 8ddb30c..f800cc6 100755 (executable)
@@ -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
 """