summarylogtreecommitdiffstats
path: root/doom2d.install
diff options
context:
space:
mode:
authorTerminalHash2023-03-23 15:56:04 +0300
committerTerminalHash2023-03-23 15:56:04 +0300
commitfc2506b10e92751b8384aa061f4d0a4487b05514 (patch)
treeeff37f70024f1813d12a2c150966bc74bfdffb0e /doom2d.install
downloadaur-fc2506b10e92751b8384aa061f4d0a4487b05514.tar.gz
initial commit
Diffstat (limited to 'doom2d.install')
-rwxr-xr-xdoom2d.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/doom2d.install b/doom2d.install
new file mode 100755
index 000000000000..622fe9acdc57
--- /dev/null
+++ b/doom2d.install
@@ -0,0 +1,14 @@
+post_install() {
+ usr/bin/mandb
+ echo '-- -- -- -- -- -- -- -- --'
+ echo "Check manual page d2d for some information about commandline options!"
+ echo '-- -- -- -- -- -- -- -- --'
+}
+
+post_upgrade() {
+ usr/bin/mandb
+}
+
+post_remove() {
+ usr/bin/mandb
+}