1 # This is a default template for a post-install scriptlet. You can
2 # remove any functions you don't need (and this header).
4 # arg 1: the new package version
9 # arg 1: the new package version
11 rm /opt/desire-data/pd/src/pd
12 g++ -Wl,-export-dynamic -ldl -lm -lpthread -lasound -lasound -lrt -ljack -lfftw3f /opt/desire-data/pd/src/libpd.so /opt/desire-data/pd/src/main.c -o /opt/desire-data/pd/src/pd
16 # arg 1: the new package version
17 # arg 2: the old package version
22 # arg 1: the new package version
23 # arg 2: the old package version
25 rm /opt/desire-data/pd/src/pd
26 g++ -Wl,-export-dynamic -ldl -lm -lpthread -lasound -lasound -lrt -ljack -lfftw3f /opt/desire-data/pd/src/libpd.so /opt/desire-data/pd/src/main.c -o /opt/desire-data/pd/src/pd
30 # arg 1: the old package version
35 # arg 1: the old package version
42 [ "$(type -t "$op")" = "function" ] && $op "$@"
44 # vim:set ts=2 sw=2 et: