diff options
Diffstat (limited to 'skip/libreoffice/libreoffice-postgres.xibuild')
-rw-r--r-- | skip/libreoffice/libreoffice-postgres.xibuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/skip/libreoffice/libreoffice-postgres.xibuild b/skip/libreoffice/libreoffice-postgres.xibuild new file mode 100644 index 0000000..2cac487 --- /dev/null +++ b/skip/libreoffice/libreoffice-postgres.xibuild @@ -0,0 +1,10 @@ +#!/bin/sh + +DEPS="libreoffice-common" +DESC="LibreOffice - Connector for postgresql database" + +splitname="postgresql" + +package () { + libreoffice_split $splitname +} |