void-packages/srcpkgs/dconf/dconf-editor.template

11 lines
281 B
Text
Raw Normal View History

2010-10-25 19:21:34 +00:00
# Template file for 'dconf-editor'.
#
2013-03-28 08:20:02 +00:00
short_desc="${short_desc} - GTK+ editor"
2010-10-25 19:21:34 +00:00
2013-03-28 08:20:02 +00:00
do_install() {
install -d ${DESTDIR}/usr/{bin,share}
mv ${SRCPKGDESTDIR}/usr/bin/dconf-editor ${DESTDIR}/usr/bin
mv ${SRCPKGDESTDIR}/usr/share/{dconf-editor,applications} \
${DESTDIR}/usr/share
2010-10-25 19:21:34 +00:00
}