blob: 66264ead48ebaf2e0f4a752ce0108415de8437f9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
}
|