updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / vim-qt-git / vim-qt-git.install
blobeb89c8921b768a889c70194fb83aee2c91fff861
1 xdg_update ()
3   update-desktop-database -q
6 post_install() {
7   xdg_update
8   echo ""
9   echo "Launch qvim, and enjoy it!"
10   echo ""
13 post_upgrade() {
14   xdg_update
15   echo ""
16   echo "This package is now mininal, including only the qvim binary ."
17   echo "It depends upon vim-runtime and can co-exist with gvim."
18   echo ""
21 post_remove() {
22   xdg_update