diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-11-17 18:46:17 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-11-17 18:46:17 -0500 |
commit | 6f3294b340bdc1849327b771d27b467a71f11196 (patch) | |
tree | 0d35b62d06efbd262b7c9cf64c44905733cfac28 /pcr/emacs-git/emacs-git.install | |
parent | 70ba88cc9ce3a1f5ffd78fd784f82eb3330333d5 (diff) |
emacs-git-26.0.50.127403-1: updating version
Diffstat (limited to 'pcr/emacs-git/emacs-git.install')
-rw-r--r-- | pcr/emacs-git/emacs-git.install | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/pcr/emacs-git/emacs-git.install b/pcr/emacs-git/emacs-git.install deleted file mode 100644 index 6712f44ba..000000000 --- a/pcr/emacs-git/emacs-git.install +++ /dev/null @@ -1,32 +0,0 @@ -ICON_PATH=usr/share/icons/hicolor -INFO_DIR=usr/share/info - -INFO_FILES=(ada-mode auth autotype bovine calc ccmode cl dbus dired-x ebrowse -ede ediff edt efaq eieio eintr elisp emacs emacs-gnutls emacs-mime epa erc ert eshell eudc flymake -forms gnus htmlfontify idlwave mairix-el message mh-e newsticker nxml-mode -org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail -speedbar srecode tramp url vip viper widget wisent 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 -} |