Skip to content
Snippets Groups Projects
Commit f8994df4 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Remove install file.

parent 67793aa8
No related branches found
Tags 1.2.6-3
No related merge requests found
......@@ -4,7 +4,7 @@
pkgname=xfce4-clipman-plugin
pkgver=1.2.6
pkgrel=2
pkgrel=3
pkgdesc="A clipboard plugin for the Xfce4 panel"
arch=('i686' 'x86_64')
license=('GPL2')
......@@ -12,7 +12,6 @@ url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"
groups=('xfce4-goodies')
depends=('xfce4-panel' 'libunique' 'libxtst' 'qrencode')
makedepends=('intltool')
install=$pkgname.install
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
sha256sums=('23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5')
......
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}
# vim:set ts=2 sw=2 et:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment