summarylogtreecommitdiffstats
path: root/hyperstake-git.install
diff options
context:
space:
mode:
authorOnishin2015-12-21 06:14:39 +0100
committerOnishin2015-12-21 06:14:39 +0100
commit5232ff8c1acf31ada8dbed0bfd3bcbb42beed098 (patch)
tree0f8501afafa464b9afefec96ef797e3cffde9daa /hyperstake-git.install
downloadaur-5232ff8c1acf31ada8dbed0bfd3bcbb42beed098.tar.gz
Initial Commit
Diffstat (limited to 'hyperstake-git.install')
-rw-r--r--hyperstake-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/hyperstake-git.install b/hyperstake-git.install
new file mode 100644
index 000000000000..f98ba7338938
--- /dev/null
+++ b/hyperstake-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}