summaryrefslogtreecommitdiffstats
path: root/ubuntu/lucid_automake/applications/kbfx/debian/postinst
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-06-06 18:02:00 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-06-06 18:02:00 +0200
commit1943515ff593d0dddd262789c1c8b2cab2905068 (patch)
tree415795d88e5e40035f6c64d67597d24d36f85cc2 /ubuntu/lucid_automake/applications/kbfx/debian/postinst
parent303035d797260032395189bdb52b2ecabdf919a9 (diff)
downloadtde-packaging-1943515ff593d0dddd262789c1c8b2cab2905068.tar.gz
tde-packaging-1943515ff593d0dddd262789c1c8b2cab2905068.zip
DEB: Remove obsolete and unused trees for automake builds on Ubuntu.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/lucid_automake/applications/kbfx/debian/postinst')
-rw-r--r--ubuntu/lucid_automake/applications/kbfx/debian/postinst25
1 files changed, 0 insertions, 25 deletions
diff --git a/ubuntu/lucid_automake/applications/kbfx/debian/postinst b/ubuntu/lucid_automake/applications/kbfx/debian/postinst
deleted file mode 100644
index e95a6906b..000000000
--- a/ubuntu/lucid_automake/applications/kbfx/debian/postinst
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-# postinst script for kbfx
-
-set -e
-
-case "$1" in
- configure)
- ldconfig
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
-
-