blob: 51c9b39e334be3ad91e1f1d1955bad063b9e4c3d (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo
echo "------------------------------------------------"
echo " You need to install audacious-plugins-git now. "
echo " It cannot be added as dependency because "
echo " this would cause a circular dependency. "
echo "------------------------------------------------"
echo
}
|