ToastFreeware
/
debian
/
iodine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bcf541
)
change order in postinst
author
gregor herrmann
<gregoa@debian.org>
Fri, 22 Jun 2007 12:26:03 +0000
(12:26 -0000)
committer
gregor herrmann
<gregoa@debian.org>
Fri, 22 Jun 2007 12:26:03 +0000
(12:26 -0000)
debian/postinst
patch
|
blob
|
history
diff --git
a/debian/postinst
b/debian/postinst
index eabf817358e65f7c50f1d1f8eb7a046d9e8e355d..a94e9d0ee366c2d84cbb1bcfa17a3575ba080b5e 100644
(file)
--- a/
debian/postinst
+++ b/
debian/postinst
@@
-49,12
+49,12
@@
EOF
;;
esac
+# tell debconf we are done. otherwise, it hangs waiting for the daemon.
+db_stop;
+
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
#DEBHELPER#
-# tell debconf we are done. otherwise, it hangs waiting for the daemon.
-db_stop;
-
exit 0