- themes: move user-themes to /var/tuxbox/themes ...

... because the other user-stuff (icons, locale, plugins) is also
stored in /var/tuxbox.
The directory /var/share/tuxbox/neutrino/themes will be removed.
The parent directories should now be obsolete and can be removed too.
This commit is contained in:
svenhoefer
2014-11-28 09:19:18 +01:00
parent dbd4f77332
commit 38687897c5
2 changed files with 45 additions and 7 deletions

View File

@@ -44,6 +44,7 @@ class CThemes : public CMenuTarget, CChangeObserver
void saveFile(char* themename);
void readThemes(CMenuWidget &);
void rememberOldTheme(bool remember);
void move_userDir();
public:
CThemes();