diff options
-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 f983748..0000000 --- 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 fcef9b5..670f649 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 |