Commit 11869908912aee4a26b2b9bf827e5500f76b9c61

Authored by Perry Werneck
1 parent d1a26f5c

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 +
... ...