updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / gartoon-redux-icon-theme / gartoon-redux.install
blobc9ceda297fb739fa2aa23e0836df0b8fe844d2f0
1 # arg 1:  the new package version
2 post_install() {
3   echo '>>> For support additionall applications'
4   echo '>>> add to .gtkrc-2.0 this line:'
5   echo '>>> include "/usr/share/icons/GartoonRedux/gtkrc"'
8 # arg 1:  the new package version
9 # arg 2:  the old package version
10 post_upgrade() {
11   post_install
14 # arg 1:  the old package version
15 post_remove() {
16   /bin/true
19 op=$1
20 shift
21 $op $*