mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-02 01:11:31 +01:00
https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers Drivers for several platform devices for TUXEDO notebooks
6 lines
59 B
Bash
6 lines
59 B
Bash
#!/bin/sh
|
|
|
|
akms uninstall tuxedo-drivers || exit 0
|
|
|
|
exit 0
|