summarylogtreecommitdiffstats
path: root/jupyter_stata_kernel.install
diff options
context:
space:
mode:
authorIsta Zahn2019-02-05 11:06:06 -0500
committerIsta Zahn2019-02-05 11:06:06 -0500
commit1f2996f5cd32a42be191e94643b673aacf73b4cc (patch)
tree82054683ec84913e574b9c9e43093e56cef832f4 /jupyter_stata_kernel.install
parent08d61a43f55c754d3951b6401a2470646e62120c (diff)
downloadaur-1f2996f5cd32a42be191e94643b673aacf73b4cc.tar.gz
actualy install the kernel
Diffstat (limited to 'jupyter_stata_kernel.install')
-rw-r--r--jupyter_stata_kernel.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/jupyter_stata_kernel.install b/jupyter_stata_kernel.install
new file mode 100644
index 000000000000..c743c805c910
--- /dev/null
+++ b/jupyter_stata_kernel.install
@@ -0,0 +1,11 @@
+post_install() {
+ python3 -m stata_kernel.install
+}
+
+post_upgrade() {
+ python -m stata_kernel.install
+}
+
+post_remove() {
+ jupyter kernelspec uninstall stata -f
+}