Commit 638826f5e140be32bc0ca6019e22ab7d67f93f41

Authored by Perry Werneck
1 parent e109c4b3
Exists in master and in 1 other branch develop

Adding debian post scripts.

Showing 2 changed files with 6 additions and 0 deletions   Show diff stats
debian/postinst 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +#!/bin/sh
  2 +/sbin/ldconfig
  3 +
... ...
debian/postrm 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +#!/bin/sh
  2 +/sbin/ldconfig
  3 +
... ...