From 4d041d12577ef4e46664b3d14c3b872811705174 Mon Sep 17 00:00:00 2001 From: herbert Date: Mon, 31 Jan 2005 21:15:42 +1100 Subject: Removed debian files. --- debian/ash.postinst | 54 ----------------------------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 debian/ash.postinst (limited to 'debian/ash.postinst') diff --git a/debian/ash.postinst b/debian/ash.postinst deleted file mode 100644 index eb29719..0000000 --- a/debian/ash.postinst +++ /dev/null @@ -1,54 +0,0 @@ -#!/bin/sh -# -# post-install script for the Debian GNU/Linux ash package -# -# $Id$ - -set -e - -check_divert() { - div=$(dpkg-divert --list $1) - distrib=${3:-$1.distrib} - case $div in - '' | *by\ dash) - ;; - *by\ ash) - dst=${div% by ash} - dst=${dst##* to } - - # Work around dpkg-divert bug. - if [ -e "$dst" ]; then - mv "$dst" "$dst.ash-tmp" - fi - dpkg-divert --remove $1 - if [ -e "$dst.ash-tmp" ]; then - mv "$dst.ash-tmp" "$dst" - fi - - dpkg-divert --package dash --divert $distrib --add $1 - if [ "$dst" != $distrib ] && [ -e "$dst" ]; then - mv "$dst" $distrib - fi - ln -sf $2 $1 - ;; - *) - d=${1%/*} - if - [ -h $1 ] && [ -f $1 ] && [ -f $d/$4 ] && - cmp $1 $d/$4 - then - ln -sf $2 $1 - fi - ;; - esac -} - -dcv='dpkg --compare-versions' - -if [ "$1" = configure ] && [ -n "$2" ] && $dcv "$2" lt 0.4.3; then - check_divert /bin/sh dash '' ash - check_divert /usr/share/man/man1/sh.1.gz dash.1.gz \ - /usr/share/man/man1/sh.distrib.1.gz ash.1.gz -fi - -#DEBHELPER# -- cgit 1.4.1 'qt'>
path: root/.gitignore (unfollow)
Commit message (Expand)Author
2020-12-06Add I Feel It AllJune McEnroe
2020-12-05Handle const strings in c -eJune McEnroe
2020-12-05Disable mouse in htopJune McEnroe
2020-12-03Note lack of macro expansions in Q(...)June McEnroe
2020-12-02Fix missing "to" in "hot tips"June McEnroe
2020-12-02Publish "hot tips"June McEnroe
2020-11-26Publish "Inability"June McEnroe
2020-11-26Render content into atom feedJune McEnroe
2020-11-26Update plan with different things I won't doJune McEnroe
2020-11-19Add "Come On Petunia"June McEnroe
2020-11-13Add x4 to LESSJune McEnroe
2020-11-04Remove modified sensitivity settingsJune McEnroe
2020-10-29Remove editJune McEnroe
2020-10-27Switch gr alias back to git rebaseJune McEnroe
2020-10-27Allow cd host: to cd to same path over sshJune McEnroe
2020-10-27Use SendEnv for cd host:pathJune McEnroe
2020-10-27Allow cd host:path over sshJune McEnroe
2020-10-07Use mandoc -T utf8 for text.June McEnroe
2020-09-20Add The Awakened KingdomJune McEnroe
2020-09-12Move /opt/local back, cheat port select to use system manJune McEnroe
2020-09-12Move /opt/local behind /usr againJune McEnroe
2020-09-12Enable toc in cgit renderings of man pagesJune McEnroe
2020-09-11Install mandoc on macOSJune McEnroe
2020-09-11Rewrite install script yet againJune McEnroe
2020-09-11Remove NetBSD from install scriptJune McEnroe
2020-09-11Use MacPorts rather than pkgsrcJune McEnroe
2020-09-11Add debian VM name to sshJune McEnroe
2020-09-11Add influencer tweetJune McEnroe
2020-09-10Add The Kingdom of GodsJune McEnroe
2020-09-07Add SunglassesJune McEnroe
2020-09-06Add Between the BreathsJune McEnroe
2020-09-04Open /dev/tty in nudgeJune McEnroe
2020-09-04Add nudgeJune McEnroe
2020-09-03Build fbclock with -lzJune McEnroe
2020-08-29Add tweets from retweetsJune McEnroe