mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
5 lines
137 B
Text
5 lines
137 B
Text
case ${ACTION} in
|
|
post)
|
|
python3 -c 'from twisted.plugin import IPlugin, getPlugins; list(getPlugins(IPlugin))' >/dev/null 2>&1
|
|
;;
|
|
esac
|