summaryrefslogtreecommitdiff
path: root/community/fox-devel/fox-devel.install
blob: f69a50935f4d02867e8f73d55015b2f1c04bb841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
  cat << EOF

>>> Theme management seems to be broken since version 1.7.25, btw seems quite resolved in 1.7.29
>>> If you get black background widgets, or an empty themes list, try this steps: 
>>>
>>>   delete configure file -> rm ~/.config/fox.rc
>>>   launch ControlPanel-1.7, you'll notice themes list is empty
>>>   hit Close than Save
>>>   launch ControlPanel-1.7, themes are back again

EOF
}

post_upgrade() {
  post_install
}