aboutsummaryrefslogtreecommitdiffstats
path: root/qarepo-helper
blob: 49a4b61553cd836eb0ef250d27f4fe2a59b4afc4 (plain)
1
2
3
4
5
6
#!/bin/sh
case $1 in
  disable) /usr/sbin/urpmi.removemedia "QA Testing ($2-bit)";;
  enable)  /usr/sbin/urpmi.addmedia --update "QA Testing ($2-bit)" file://$3;;
  update)  /usr/sbin/urpmi.update "QA Testing ($2-bit)";;
esac