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