source:
trunk/debathena/debathena/metrics/install-pkg
@
24048
Revision 24048, 180 bytes checked in by broder, 15 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[24043] | 1 | #!/bin/bash |
2 | ||
3 | while read pkg_path; do | |
4 | pkg="$(echo "$pkg_path" | sed -e 's#.*/##; s#_.*##')" | |
[24048] | 5 | dbus-send --system / edu.mit.debathena.Metrics.InstallPackage "string:$pkg" |
[24043] | 6 | done |
Note: See TracBrowser
for help on using the repository browser.