diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-23 15:21:12 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-23 15:21:12 +0000 |
commit | 438c37c80601fdbff139eef84d492fbf84d39675 (patch) | |
tree | 4717ccf45b02260cc854a19bbab03bd628955a5f /packages/font-update-common/files | |
parent | a450911ca47aec70fbbe0865d8262796ffc5fc8e (diff) |
font-update-common: first commit, partly closes bug 2430
* a GUI-agnostic update handler for registering fonts for use by the GUI
* GUI-specific parts are yet to be committed and need to depend on this package
Diffstat (limited to 'packages/font-update-common/files')
-rw-r--r-- | packages/font-update-common/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/font-update-common/files/update-fonts | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/packages/font-update-common/files/.mtn2git_empty b/packages/font-update-common/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/font-update-common/files/.mtn2git_empty diff --git a/packages/font-update-common/files/update-fonts b/packages/font-update-common/files/update-fonts new file mode 100644 index 0000000000..19e3157d2f --- /dev/null +++ b/packages/font-update-common/files/update-fonts @@ -0,0 +1,4 @@ +#!/bin/sh +#Author: Rolf Leggewie + +run-parts /etc/update-fonts-common.d/ |