diff options
Diffstat (limited to 'doc/todo/done')
-rw-r--r-- | doc/todo/done/upgradehooks.mdwn | 6 |
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! |