updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / bin32-dmd / dmd.install
blobc67eaa33d3e9b80ca6239105be1c6cf8edf813e4
1 pre_install() {
2         /bin/true
4 post_install() {
5   echo '==> Note: dmd does not come with a runtime library!'
6   echo '==> The D language has two competing, incompatible standard libraries.'
7   echo '==> In order for dmd to be useful, you must'
8   echo '==> install either lib32-libphobos or lib32-libtango, whichever you prefer.'
10 pre_upgrade() {
11         /bin/true
13 post_upgrade() {
14   /bin/true
16 pre_remove() {
17         /bin/true
19 post_remove() {
20         /bin/true