pkgname=elementary-gtk-theme post_install() { echo -e "\033[1;34mIf you prefer the light panel then follow this instruction:\033[0m" echo -e "change '\033[1;32minclude "Apps/panel-dark.rc"\033[0m' to '\033[1;32minclude "Apps/panel.rc"\033[0m' in '/usr/share/themes/elementary/gtk-2.0/gtkrc'" } post_upgrade() { post_install $1 }