6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
post_pkg_postrm() {
|
|
if [ -z "$SKIP_EQUO_SYNC" ]; then
|
|
equo database gentoosync
|
|
fi
|
|
}
|