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