summaryrefslogtreecommitdiff
path: root/pcr/xiphos-git/xiphos-git.install
diff options
context:
space:
mode:
authorGaming4JC <g4jc@openmailbox.org>2016-04-15 19:42:47 -0400
committerGaming4JC <g4jc@openmailbox.org>2016-04-15 19:42:47 -0400
commitb0bfb2022b1f999499c8b6be1b35e4650bb62873 (patch)
treeabea4956d56a3e24b37d8f1f26f5b7711edbac8f /pcr/xiphos-git/xiphos-git.install
parentb167d261444db2cf9108fafcec23ceb6f9433e49 (diff)
downloadabslibre-b0bfb2022b1f999499c8b6be1b35e4650bb62873.tar.gz
abslibre-b0bfb2022b1f999499c8b6be1b35e4650bb62873.tar.bz2
abslibre-b0bfb2022b1f999499c8b6be1b35e4650bb62873.zip
add xiphos-git
Diffstat (limited to 'pcr/xiphos-git/xiphos-git.install')
-rw-r--r--pcr/xiphos-git/xiphos-git.install14
1 files changed, 14 insertions, 0 deletions
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
+}