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

15 lines
361 B
Text
Raw Normal View History

2010-10-25 19:21:34 +00:00
# Template file for 'dconf-editor'.
#
short_desc="${sourcepkg} - GTK+ editor"
long_desc="${long_desc}
This package contains a GUI to edit settings in GTK+."
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
}