blob: 07afb2ebbafb4c750117bc258717de5145436850 (
plain)
1
2
3
4
5
6
|
post_upgrade() {
echo " >> You'll need the respective terminal for your DE for gui to open."
echo " >> Mate for example uses xterm to open a terminal=true set .desktop."
echo " >> XFCE uses xfce4-terminal."
echo " >> Check what does your respective DE uses and install it."
}
|