diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2019-08-20 17:27:23 +0100 |
---|---|---|
committer | Jonathan Cave <jonathan.cave@canonical.com> | 2019-08-21 11:04:44 +0100 |
commit | 40bc725c77a279640dc43b28e6453b3858d78f70 (patch) | |
tree | 500c0308a4627851f0e54c779b00fd1ca0d949d6 /units/usb | |
parent | e3132937e325eb7c84a5daf33367140919ac8adc (diff) |
usb: remove superfluous usb2/usb3 categories
Diffstat (limited to 'units/usb')
-rw-r--r-- | units/usb/category.pxu | 8 | ||||
-rw-r--r-- | units/usb/usb.pxu | 4 |
2 files changed, 2 insertions, 10 deletions
diff --git a/units/usb/category.pxu b/units/usb/category.pxu deleted file mode 100644 index f983748e..00000000 --- a/units/usb/category.pxu +++ /dev/null @@ -1,8 +0,0 @@ -unit: category -id: usb2 -_name: USB 2.0 - -unit: category -id: usb3 -_name: USB 3.0 - diff --git a/units/usb/usb.pxu b/units/usb/usb.pxu index fcef9b59..670f6495 100644 --- a/units/usb/usb.pxu +++ b/units/usb/usb.pxu @@ -296,7 +296,7 @@ template-resource: removable_partition template-filter: "usb" in removable_partition.bus template-unit: job plugin: shell -category_id: usb2 +category_id: com.canonical.plainbox::usb id: usb/storage-preinserted-{symlink_uuid} user: root estimated_duration: 45.0 @@ -320,5 +320,5 @@ _verification: What just input is displayed correctly plugin: manual flags: also-after-suspend -category_id: usb2 +category_id: com.canonical.plainbox::usb estimated_duration: 60 |