summarylogtreecommitdiffstats
path: root/spotify-connect-web.install
diff options
context:
space:
mode:
Diffstat (limited to 'spotify-connect-web.install')
-rw-r--r--spotify-connect-web.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/spotify-connect-web.install b/spotify-connect-web.install
index 2ec1394e95dd..094d0b4a720c 100644
--- a/spotify-connect-web.install
+++ b/spotify-connect-web.install
@@ -1,5 +1,9 @@
post_upgrade() {
+ # compile cffi
+ cd /usr/lib/spotify-connect-web/
+ python2 -c "from connect_ffi import ffi, lib"
+
systemctl daemon-reload
}