4 echo "Postprocessing plugins in $PLUGINS_DIR"
6 echo "Bootstraping themes"
7 for theme
in `cat themes`; do
8 echo $PLUGINS_DIR/lib
$theme.so
9 .
/bootstrap
$PLUGINS_DIR/$theme.so
$theme/data
/*.png
12 echo "Renaming plugins"
17 newfile
=${file/so/plugin}
21 #colors is only a library
22 mv libcolors.plugin libcolors.so
23 mv libfourier.plugin libfourier.so
24 mv libeffecttv.plugin libeffecttv.so