From 6b8e4081f0e47ed7926598ce86601e3345041458 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 07 May 2014 12:54:18 -0400 Subject: Initial commit. --- (limited to 'dc.pkg/postinst') diff --git a/dc.pkg/postinst b/dc.pkg/postinst new file mode 100644 index 0000000..8ca83d2 --- /dev/null +++ b/dc.pkg/postinst @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ "x${1}" = 'xconfigure' ]; then + update-alternatives --install /usr/bin/dc dc /usr/bin/dc.gnu 20 +fi -- cgit v0.9.1