blob: 3a94d566a6d049542e5514dbbe0b9a68876c8d70 (
plain)
1
2
3
4
5
6
7
8
9
|
## arg 1: the new package version
pre_install() {
true
}
## arg 1: the new package version
post_install() {
echo "To use the 32-bit plugins, set LADSPA_PATH to '/usr/lib/ladspa:/usr/lib32/ladspa'"
}
|