summaryrefslogtreecommitdiff
path: root/community/fox-devel/fox-devel.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-18 03:30:21 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-18 03:30:21 +0000
commitbb37a4ecb6bee92615f1312d9907129490105052 (patch)
tree2cf401f22a5a0bdc6f5acf0e98101ac83e5b32f4 /community/fox-devel/fox-devel.install
parentd8fdc79f0eff1e0a0c630ec38a5792640c0f8311 (diff)
Tue Mar 18 03:26:07 UTC 2014
Diffstat (limited to 'community/fox-devel/fox-devel.install')
-rw-r--r--community/fox-devel/fox-devel.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/community/fox-devel/fox-devel.install b/community/fox-devel/fox-devel.install
new file mode 100644
index 000000000..f69a50935
--- /dev/null
+++ b/community/fox-devel/fox-devel.install
@@ -0,0 +1,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
+} \ No newline at end of file