Browse Source

Delete postinst

Raphael Schneeberger 7 years ago
parent
commit
9da8b6e594
1 changed files with 0 additions and 8 deletions
  1. 0 8
      src/deb/php/postinst

+ 0 - 8
src/deb/php/postinst

@@ -1,8 +0,0 @@
-#!/bin/bash
-
-# Run triggers only on updates
-if [ -e /usr/local/vesta/ioncube/ioncube.sh ]; then
-    /usr/local/vesta/ioncube/ioncube.sh add
-fi
-
-exit 0