diff options
| author | Simon Rettberg | 2013-05-21 15:35:34 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-05-21 15:35:34 +0200 |
| commit | ffdff07941620b6f1e9869772dd9a47b29639804 (patch) | |
| tree | 9b2b32da8263f6e98104fa16305f636cc8bdbcd5 /remote/modules/vmplayer | |
| parent | Fix OpenSLX Banner (diff) | |
| download | tm-scripts-ffdff07941620b6f1e9869772dd9a47b29639804.tar.gz tm-scripts-ffdff07941620b6f1e9869772dd9a47b29639804.tar.xz tm-scripts-ffdff07941620b6f1e9869772dd9a47b29639804.zip | |
Refactoring:
REQUIRED_DEPENDENCIES -> REQUIRED_INSTALLED_PACKAGES
REQUIRED_PACKAGES -> REQUIRED_CONTENT_PACKAGES
Diffstat (limited to 'remote/modules/vmplayer')
| -rw-r--r-- | remote/modules/vmplayer/vmplayer.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/vmplayer/vmplayer.conf b/remote/modules/vmplayer/vmplayer.conf index df88968e..2797303e 100644 --- a/remote/modules/vmplayer/vmplayer.conf +++ b/remote/modules/vmplayer/vmplayer.conf @@ -1,5 +1,5 @@ -#REQUIRED_DEPENDENCIES="libgconf-2-4 fontconfig-config" -#REQUIRED_PACKAGES="libgconf-2-4 fontconfig-config" +#REQUIRED_INSTALLED_PACKAGES="libgconf-2-4 fontconfig-config" +#REQUIRED_CONTENT_PACKAGES="libgconf-2-4 fontconfig-config" REQUIRED_BINARIES="" REQUIRED_SYSTEM_FILES="" REQUIRED_DIRECTORIES="/etc /usr" |
