From b0bfb2022b1f999499c8b6be1b35e4650bb62873 Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Fri, 15 Apr 2016 19:42:47 -0400 Subject: add xiphos-git --- pcr/xiphos-git/xiphos-git.install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pcr/xiphos-git/xiphos-git.install (limited to 'pcr/xiphos-git/xiphos-git.install') diff --git a/pcr/xiphos-git/xiphos-git.install b/pcr/xiphos-git/xiphos-git.install new file mode 100644 index 000000000..3e71bd50b --- /dev/null +++ b/pcr/xiphos-git/xiphos-git.install @@ -0,0 +1,14 @@ +pkgname=xiphos-git + +post_install() { + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + update-desktop-database -q +} -- cgit v1.2.3