source: trunk/debathena/debathena/metrics/install-pkg @ 24048

Revision 24048, 180 bytes checked in by broder, 14 years ago (diff)
In metrics: * Fix a typo in the install-pkg script.
  • Property svn:executable set to *
Line 
1#!/bin/bash
2
3while read pkg_path; do
4    pkg="$(echo "$pkg_path" | sed -e 's#.*/##; s#_.*##')"
5    dbus-send --system / edu.mit.debathena.Metrics.InstallPackage "string:$pkg"
6done
Note: See TracBrowser for help on using the repository browser.