updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gedit2-rgedit-plugin / gedit2-rgedit-plugin.install
blob073928b919762258d4b5ffb52c46122df8ae38e6
1 post_install() {
2   echo ">>> remember to activate RGedit in gedit's settings dialog..."
3   /bin/true
6 op=$1
7 shift
8 [ "$(type -t "$op")" = "function" ] && $op "$@"