aboutsummarylogtreecommitdiffstats
path: root/keybase.install
diff options
context:
space:
mode:
Diffstat (limited to 'keybase.install')
-rw-r--r--keybase.install10
1 files changed, 2 insertions, 8 deletions
diff --git a/keybase.install b/keybase.install
index 0072c06ab63d..9e6dd1486d2e 100644
--- a/keybase.install
+++ b/keybase.install
@@ -1,13 +1,7 @@
post_install() {
- if [ -e /opt/keybase/post_install.sh ] ; then
- # Until KBFS is in the production packages, this script doesn't exist.
- /opt/keybase/post_install.sh
- fi
+ /opt/keybase/post_install.sh
}
post_upgrade() {
- if [ -e /opt/keybase/post_install.sh ] ; then
- # Until KBFS is in the production packages, this script doesn't exist.
- /opt/keybase/post_install.sh
- fi
+ /opt/keybase/post_install.sh
}