updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / gedit-latex-plugin / gedit-latex-plugin.install
blob6b8044ec0cb60d2982794f3dd6aa1adc27f9c81e
1 # arg 1:  the new package version
2 post_install() {
3   echo ">>> remember to activate LaTeXPlugin in gedit's settings dialog..."
4   echo ">>> using spellchecking facilities requires pyenchant..."
5   /bin/true
8 op=$1
9 shift
10 [ "$(type -t "$op")" = "function" ] && $op "$@"
12 # vim:set ts=2 sw=2 et: