aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/upgradehooks.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-06-02 02:07:21 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-06-02 02:07:21 +0000
commit0b8aacfb96e601eaa1d14401f4c1f383c242954e (patch)
tree74d5adcdabd448c8d93f19ddc68021d1f827c088 /doc/todo/upgradehooks.mdwn
parentad247de723cc540aaaae584cdceefaeb06f62284 (diff)
downloadikiwiki-0b8aacfb96e601eaa1d14401f4c1f383c242954e.tar
ikiwiki-0b8aacfb96e601eaa1d14401f4c1f383c242954e.tar.gz
* Reorganised the doc wiki's todo/* pages, using a [[done]] tag to flag
when a todo item is done, instead of the previous moving it to a different subdir.
Diffstat (limited to 'doc/todo/upgradehooks.mdwn')
-rw-r--r--doc/todo/upgradehooks.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/upgradehooks.mdwn b/doc/todo/upgradehooks.mdwn
new file mode 100644
index 000000000..d7afa9d1b
--- /dev/null
+++ b/doc/todo/upgradehooks.mdwn
@@ -0,0 +1,8 @@
+It's annoying to have to manually run --setup, especially for multiple
+blogs, on upgrade. Is the deb is used, there could be a postinst hook to do
+this.
+
+Let there be an /etc/ikiwiki/wikis, which just lists setup files and the
+user who owns them. postinst loops through, su's, and runs --setup. Voila!
+
+[[done]]