summarylogtreecommitdiffstats
path: root/cpi.install
diff options
context:
space:
mode:
authorMubashshir2021-02-21 01:54:21 +0600
committerMubashshir2021-02-21 01:54:21 +0600
commitf125425b5ee789f82aea3579b74df5d88dd6e675 (patch)
tree56b0f0f2c9dbc3eb73f0c034009fe4661826ffe7 /cpi.install
downloadaur-f125425b5ee789f82aea3579b74df5d88dd6e675.tar.gz
init
Diffstat (limited to 'cpi.install')
-rw-r--r--cpi.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/cpi.install b/cpi.install
new file mode 100644
index 000000000000..3e04f174548a
--- /dev/null
+++ b/cpi.install
@@ -0,0 +1,18 @@
+post_install() {
+ cat << /here
+load module:
+ modprobe netcat
+to listen, open /dev/netcat with your favourite player
+if there is no sound, set default_driver=pulse in /etc/libao.conf
+track information can be accessed by dmesg
+/here
+ depmod -a
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ depmod -a
+}