summarylogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorhxss2020-12-06 14:37:41 +0300
committerhxss2020-12-06 14:37:41 +0300
commit64a297ea8786ed8478e1205b652cbc4389ca1b09 (patch)
tree58ed5b4ba9f7efba117b477954d25db8e4242e69 /INSTALL
downloadaur-64a297ea8786ed8478e1205b652cbc4389ca1b09.tar.gz
init commit
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 000000000000..49539e208a0f
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,8 @@
+
+post_install() {
+ mpris-fakeplayer --install-service
+}
+
+pre_remove() {
+ rm -f /usr/lib/systemd/user/mpris-fakeplayer.service
+}