repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to staging-x86_64
[arch-packages.git]
/
samba
/
repos
/
extra-x86_64
/
samba.install
blob
ecdd52b0ca0fddcb7a1d36ab7640b14d9a89dad9
1
#!/bin/sh
2
3
post_upgrade
() {
4
if
[
"$(vercmp
$2
4.0.4)"
-lt
0
];
then
5
echo
"Major upgrade from samba 3.x to 4.x,"
6
echo
"please read the Samba4 migration guide:"
7
echo
"http://wiki.samba.org/index.php/Samba4/samba3upgrade/HOWTO"
8
fi
9
}
10
# vim:set ts=2 sw=2 et: