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
db-move: moved gnome-weather from [staging] to [testing] (any)
[arch-packages.git]
/
gimp
/
trunk
/
gimp.install
blob
c2115671371c1937205e786a3cc42e90e4eb1eac
1
#!/bin/bash
2
3
post_upgrade
() {
4
if
[[
$
(
vercmp
'2.10.18-4'
"
$2
"
)
-eq
1
]];
then
5
echo
' > The python2 plugin support is disabled, you will need to install this'
6
echo
' > separately if you need it, e.g. the python2-gimp package in the AUR.'
7
fi
8
}