2011-10-08 19:09:58 +02:00
|
|
|
# Template file for 'systemd-analyze'.
|
|
|
|
#
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="python dbus-python systemd"
|
2011-10-08 19:09:58 +02:00
|
|
|
short_desc="${sourcepkg} - systemd analyze"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains systemd-analyze, a python application to analyze
|
|
|
|
systemd."
|
|
|
|
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
vmove usr/bin/systemd-analyze usr/bin
|
|
|
|
}
|