diff --git a/recipes-graphics/font-update-common/font-update-common/update-fonts b/recipes-graphics/font-update-common/font-update-common/update-fonts new file mode 100644 index 0000000000..19e3157d2f --- /dev/null +++ b/recipes-graphics/font-update-common/font-update-common/update-fonts @@ -0,0 +1,4 @@ +#!/bin/sh +#Author: Rolf Leggewie + +run-parts /etc/update-fonts-common.d/ diff --git a/recipes-graphics/font-update-common/font-update-common_0.1.bb b/recipes-graphics/font-update-common/font-update-common_0.1.bb new file mode 100644 index 0000000000..0b5e388b7c --- /dev/null +++ b/recipes-graphics/font-update-common/font-update-common_0.1.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Scripts to be called when fonts are installed or removed \ +to make them known to the WM, whether X11 or Opie" +AUTHOR = "Rolf Leggewie