Template
1
0
Fork 0
mirror of https://aur.archlinux.org/ocp-git.git synced 2025-05-10 03:54:28 -04:00

Update to 0.1.22.r71.58094b1

This commit is contained in:
Ossi Saukko 2016-03-21 16:50:34 +02:00
parent 0c6cf748ac
commit 6a50de4edc
3 changed files with 14 additions and 13 deletions

View file

@ -1,13 +1,13 @@
infodir=usr/share/info
post_install() {
[ -x usr/bin/install-info ] || return 0
install-info $infodir/ocp.info.gz $infodir/dir 2> /dev/null
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
echo
echo Please note that you need to rebuild ocp-git after installing any of the optional dependencies for it.
echo
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
[ -x usr/bin/install-info ] || return 0
install-info $infodir/ocp.info.gz $infodir/dir 2> /dev/null
}
post_upgrade() {
@ -22,4 +22,3 @@ post_remove() {
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}