From 4ba1a73242acac2cc908fa22c16c1b0b8b4fdf86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Sun, 16 Mar 2014 14:22:25 -0300 Subject: remove unused cross pkgs --- cross/mips64el-unknown-linux-gnu-gcc/gcc-go.install | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 cross/mips64el-unknown-linux-gnu-gcc/gcc-go.install (limited to 'cross/mips64el-unknown-linux-gnu-gcc/gcc-go.install') diff --git a/cross/mips64el-unknown-linux-gnu-gcc/gcc-go.install b/cross/mips64el-unknown-linux-gnu-gcc/gcc-go.install deleted file mode 100644 index 7dc50dee5..000000000 --- a/cross/mips64el-unknown-linux-gnu-gcc/gcc-go.install +++ /dev/null @@ -1,20 +0,0 @@ -infodir=usr/share/info -filelist=(gccgo.info) - -post_install() { - [ -x usr/bin/install-info ] || return 0 - for file in ${filelist[@]}; do - install-info $infodir/$file.gz $infodir/dir 2> /dev/null - done -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - [ -x usr/bin/install-info ] || return 0 - for file in ${filelist[@]}; do - install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null - done -} -- cgit v1.2.3