From bc0657f7159d0b01373ecb59afc426b98a172b1e Mon Sep 17 00:00:00 2001 From: Parabola Date: Thu, 1 Dec 2011 14:10:29 +0000 Subject: Thu Dec 1 14:10:27 UTC 2011 --- community/pcb/Changelog | 22 ---------------------- community/pcb/pcb.install | 37 ------------------------------------- 2 files changed, 59 deletions(-) delete mode 100644 community/pcb/Changelog delete mode 100644 community/pcb/pcb.install (limited to 'community/pcb') diff --git a/community/pcb/Changelog b/community/pcb/Changelog deleted file mode 100644 index c1580a1b9..000000000 --- a/community/pcb/Changelog +++ /dev/null @@ -1,22 +0,0 @@ -2010-09-30 Jared Casper - * 20100929-1 - - Version bump - - split build and package - - Remove || return 1 - - Add -j1 to make install - - Use changelog variable - -2009-11-04 Jared Casper - * 20091103-1 - - Version bump - - Added --enable-dbus to configure - -2008-11-28 Jared Casper - * 20081128-1 - - Version bump - - added ChangeLog - - Fixed download URL - - Fixed build when tk is not installed - - Fixed info file handling handling - - diff --git a/community/pcb/pcb.install b/community/pcb/pcb.install deleted file mode 100644 index 62ce80440..000000000 --- a/community/pcb/pcb.install +++ /dev/null @@ -1,37 +0,0 @@ -infodir=/usr/share/info -filelist=(pcb.info pcb.info-1 pcb.info-2) - -post_install() { - if [ -x /usr/bin/update-mime-database ]; then - echo Updating mime database... - /usr/bin/update-mime-database /usr/share/mime - fi - if [ -x /usr/bin/update-desktop-database ]; then - echo Updating desktop database.. - /usr/bin/update-desktop-database /usr/share/applications - fi - if [ -x /usr/bin/install-info ]; then - echo Updating info directory... - for file in ${filelist[@]}; do - install-info $infodir/$file $infodir/dir 2> /dev/null - done - fi - /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - if [ -x /usr/bin/install-info ]; then - echo Updating info directory... - for file in ${filelist[@]}; do - install-info --delete $infodir/$file $infodir/dir 2> /dev/null - done - fi -} - -post_remove() { - /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor -} -- cgit v1.2.3-54-g00ecf