summaryrefslogtreecommitdiff
path: root/DEBIAN/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'DEBIAN/postinst')
-rwxr-xr-xDEBIAN/postinst12
1 files changed, 0 insertions, 12 deletions
diff --git a/DEBIAN/postinst b/DEBIAN/postinst
deleted file mode 100755
index 20b0bbd..0000000
--- a/DEBIAN/postinst
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# Install the new alternative.
-update-alternatives \
- --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/st 15 \
- --slave /usr/share/man/man1/x-terminal-emulator.1.gz x-terminal-emulator.1.gz /usr/share/man/man1/st.1.gz
-
-
-
-exit 0