2011-06-26 14:17:46 +00:00
|
|
|
# Template file for 'systemd-gnome-passwd-aggent'.
|
|
|
|
#
|
|
|
|
short_desc="${sourcepkg} - GNOME password agent helper"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains systemd-gnome-ask-password-agent, a GNOME
|
|
|
|
helper to assist in password changes with systemd."
|
|
|
|
|
|
|
|
Add_dependency run systemd
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
2011-10-08 17:09:58 +00:00
|
|
|
vmove "usr/bin/systemd-gnome*" usr/bin
|
|
|
|
vmove "usr/share/man/man1/systemd-ask-*" usr/share/man/man1
|
2011-06-26 14:17:46 +00:00
|
|
|
}
|