git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1282 cd1c1023-2f26-0410-ae45-c471fc1f0318
6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
post_pkg_postrm() {
|
|
if [ -z "$SKIP_EQUO_SYNC" ]; then
|
|
equo database gentoosync
|
|
fi
|
|
}
|