summarylogtreecommitdiffstats
path: root/gnome-manpages-git.install
diff options
context:
space:
mode:
authorMuflone2015-08-09 02:00:15 +0200
committerMuflone2015-08-09 02:00:15 +0200
commit92d9fed65e95f00721b03a686b8efbddd46cffe1 (patch)
treede0dea23de349470357f5669d2f4e48f11618412 /gnome-manpages-git.install
downloadaur-92d9fed65e95f00721b03a686b8efbddd46cffe1.tar.gz
New package gnome-manpages-git 20130101.15.e660878-1
Diffstat (limited to 'gnome-manpages-git.install')
-rw-r--r--gnome-manpages-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnome-manpages-git.install b/gnome-manpages-git.install
new file mode 100644
index 000000000000..7be2e9d1ddc5
--- /dev/null
+++ b/gnome-manpages-git.install
@@ -0,0 +1,12 @@
+post_install() {
+ mandb -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
+