summaryrefslogtreecommitdiff
path: root/~smv/xiphos-svn/xiphos-svn.install
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-07-17 05:19:48 -0300
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-07-17 05:19:48 -0300
commit0a32dd5aab83123487e6988ec37e7e5385c3aef6 (patch)
tree760f093c15bf512361439acc7b998f04fdd0cb5b /~smv/xiphos-svn/xiphos-svn.install
parent7d3151cb257dcb2aeacf52bad5d96041677754a2 (diff)
parent201a3a8a986287b2f54d01e7c5e4bbeba8c37040 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to '~smv/xiphos-svn/xiphos-svn.install')
-rw-r--r--~smv/xiphos-svn/xiphos-svn.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/~smv/xiphos-svn/xiphos-svn.install b/~smv/xiphos-svn/xiphos-svn.install
new file mode 100644
index 000000000..0cbac7465
--- /dev/null
+++ b/~smv/xiphos-svn/xiphos-svn.install
@@ -0,0 +1,12 @@
+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
+}