aboutsummarylogtreecommitdiffstats
path: root/keybase.install
diff options
context:
space:
mode:
authorJack O'Connor2016-06-22 17:34:52 -0400
committerJack O'Connor2016-06-22 17:34:52 -0400
commit79d85c7d1a10b7b58b0d9ff661efcf3ced072291 (patch)
treeb53ff2264fe6af50057adb458f2a3a487a834c7c /keybase.install
parentdcb9884a077c462e345bcf2968af51d1a02834b5 (diff)
downloadaur-79d85c7d1a10b7b58b0d9ff661efcf3ced072291.tar.gz
clean up keybase.install
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
}