diff options
Diffstat (limited to 'abs/core-testing/ncurses/ncurses.install')
-rw-r--r-- | abs/core-testing/ncurses/ncurses.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/core-testing/ncurses/ncurses.install b/abs/core-testing/ncurses/ncurses.install new file mode 100644 index 0000000..6b5a1dc --- /dev/null +++ b/abs/core-testing/ncurses/ncurses.install @@ -0,0 +1,9 @@ +# arg 1: the new package version +# arg 2: the old package version +post_upgrade() { + echo ">> You can safely ignore any \"cannot open shared object\" errors you see above" +} + +op=$1 +shift +$op $* |