diff options
Diffstat (limited to 'skip/libreoffice/libreoffice-calc.xibuild')
-rw-r--r-- | skip/libreoffice/libreoffice-calc.xibuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/skip/libreoffice/libreoffice-calc.xibuild b/skip/libreoffice/libreoffice-calc.xibuild new file mode 100644 index 0000000..c7bc5b2 --- /dev/null +++ b/skip/libreoffice/libreoffice-calc.xibuild @@ -0,0 +1,11 @@ +#!/bin/sh + +DEPS="libreoffice-common" +DESC="LibreOffice - Spreadsheet" + +splitname="calc" + +package () { + libreoffice_split $splitname + add_from_main usr/lib/libreoffice/share/xdg/$splitname.desktop +} |