repo.or.cz
/
ikiwiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
minor fix-ups
[ikiwiki.git]
/
debian
/
postinst
blob
76ad115ac0ddc6512832997ea20d66e2d05fc10a
1
#!/bin/sh
2
set -e
3
#DEBHELPER#
4
5
# Change this when some incompatible change is made that requires
6
# rebuilding all wikis.
7
firstcompat
=
3.20100424
8
9
if
[
"
$1
"
=
configure
] &&
\
10
dpkg
--compare-versions
"
$2
"
lt
"
$firstcompat
"
;
then
11
ikiwiki-mass-rebuild
12
else
13
ikiwiki-mass-rebuild
-refresh -wrappers
14
fi