From 8cb9f192d3835471a7c6a5ee64112fbba2f9fc65 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 15 Nov 2014 13:56:41 +0100 Subject: Rename emacs-bzr to emacs-git Use the new official git repository instead of the old bzr repository. --- emacs-bzr/emacs-bzr.install | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 emacs-bzr/emacs-bzr.install (limited to 'emacs-bzr/emacs-bzr.install') diff --git a/emacs-bzr/emacs-bzr.install b/emacs-bzr/emacs-bzr.install deleted file mode 100644 index 35d11bd..0000000 --- a/emacs-bzr/emacs-bzr.install +++ /dev/null @@ -1,32 +0,0 @@ -ICON_PATH=/usr/share/icons/hicolor -INFO_DIR=/usr/share/info - -INFO_FILES=(ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse -ede ediff edt efaq eieio eintr elisp emacs emacs-mime epa erc ert eshell -eudc flymake forms gnus idlwave mairix-el message mh-e newsticker -nxml-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses -sieve smtpmail speedbar tramp url vip viper widget woman) - -post_install() { - gtk-update-icon-cache -q -t -f ${ICON_PATH} - update-desktop-database -q - - [[ -x /usr/bin/install-info ]] || return 0 - for f in ${INFO_FILES[@]}; do - install-info ${INFO_DIR}/$f.info.gz ${INFO_DIR}/dir 2> /dev/null - done -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - gtk-update-icon-cache -q -t -f ${ICON_PATH} - update-desktop-database -q - - [[ -x /usr/bin/install-info ]] || return 0 - for f in ${INFO_FILES[@]}; do - install-info --delete ${INFO_DIR}/$f.info.gz ${INFO_DIR}/dir 2> /dev/null - done -} -- cgit v1.2.3-54-g00ecf