summaryrefslogtreecommitdiff
path: root/doc/todo/done
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-24 21:36:37 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-24 21:36:37 +0000
commit61c909e2f28758baa7089649f2ae2569213e8eac (patch)
tree616dde1ae772bfb11e1850349576786f76496891 /doc/todo/done
parentd9cd1050da12aa54f225c5c1dd9bee12178f2f48 (diff)
implemented upgradehooksh
Diffstat (limited to 'doc/todo/done')
-rw-r--r--doc/todo/done/upgradehooks.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/done/upgradehooks.mdwn b/doc/todo/done/upgradehooks.mdwn
new file mode 100644
index 000000000..90ef725ae
--- /dev/null
+++ b/doc/todo/done/upgradehooks.mdwn
@@ -0,0 +1,6 @@
+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!