diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2016-04-15 19:42:47 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2016-04-15 19:42:47 -0400 |
commit | b0bfb2022b1f999499c8b6be1b35e4650bb62873 (patch) | |
tree | abea4956d56a3e24b37d8f1f26f5b7711edbac8f /pcr/xiphos-git/xiphos-git.install | |
parent | b167d261444db2cf9108fafcec23ceb6f9433e49 (diff) | |
download | abslibre-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.install | 14 |
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 +} |