summarylogtreecommitdiffstats
path: root/newmoon.install
diff options
context:
space:
mode:
authorPavan Rikhi2018-03-09 03:45:22 -0500
committerPavan Rikhi2018-03-09 03:45:22 -0500
commit3841338bedd155579d34839ed3314a837d06c018 (patch)
tree54dea75a09cbe313056ac549afed396562f1a0b1 /newmoon.install
downloadaur-3841338bedd155579d34839ed3314a837d06c018.tar.gz
Migrate Package From palemoon-git
Diffstat (limited to 'newmoon.install')
-rw-r--r--newmoon.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/newmoon.install b/newmoon.install
new file mode 100644
index 000000000000..c929b541c726
--- /dev/null
+++ b/newmoon.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
+}
+
+post_remove() {
+ post_install
+} \ No newline at end of file