A meta package for notebook configuration

Hello there,
Is it possible to create meta packages for configuring notebook PC ?

I enclose an example for notebook hp pavilion dv7 works.

true file name : /etc/modprobe.d/HP-Pavilion-dv7-Notebook-PC.conf

I just add - to replace spaces to name the file because it is the clearest way of working.
I managed to find a shell command to retrieve the type of notebook pc.

output command : dmidecode | less

System Information
Manufacturer: Hewlett-Packard
[size=large]Product Name: HP Pavilion dv7 Notebook PC[/size]
Version: 0790100000205710000620100
Serial Number: 2CE21110RX
UUID: 8064864A-D06E-E111-8E48-A2FC70C8EBFA
Wake-up Type: Power Switch
SKU Number: B1T74EA#ABF
Family: 103C_5335KV G=N L=CON B=HP S=PAV

From this information, it is possible to generate the file for the driver such as e.g. touchpad.

Information that can be extracted from the command “dmidecode” to generate the file modprod.d for notebook

But I do know how to create a debian package.
thank you.