diff options
Diffstat (limited to 'qtc_packaging')
-rw-r--r-- | qtc_packaging/debian_harmattan/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtc_packaging/debian_harmattan/postinst b/qtc_packaging/debian_harmattan/postinst index c0a1855..e7bfb0a 100644 --- a/qtc_packaging/debian_harmattan/postinst +++ b/qtc_packaging/debian_harmattan/postinst @@ -6,7 +6,7 @@ set -e case "$1" in configure) - start -v apps/sowatchd || : + #start -v apps/sowatchd || : ;; esac |