summaryrefslogtreecommitdiff
path: root/xdgmenumaker/debian/postinst
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-29 12:55:25 +0000
committerB. Stack <bgstack15@gmail.com>2022-07-29 12:55:25 +0000
commitc0c68353b1dca603c01dac9fe791465bf1cc40e1 (patch)
tree698fbb7153ff7c6c373c3ddf4a5f825c67aa2b7a /xdgmenumaker/debian/postinst
parentMerge branch 'makemkv-bump' into 'master' (diff)
parentxdgmenumaker 2.0 (diff)
downloadstackrpms-c0c68353b1dca603c01dac9fe791465bf1cc40e1.tar.gz
stackrpms-c0c68353b1dca603c01dac9fe791465bf1cc40e1.tar.bz2
stackrpms-c0c68353b1dca603c01dac9fe791465bf1cc40e1.zip
Merge branch 'xdgmenumaker-bump' into 'master'
xdgmenumaker 2.0 See merge request bgstack15/stackrpms!314
Diffstat (limited to 'xdgmenumaker/debian/postinst')
-rw-r--r--xdgmenumaker/debian/postinst2
1 files changed, 2 insertions, 0 deletions
diff --git a/xdgmenumaker/debian/postinst b/xdgmenumaker/debian/postinst
index c475148..018ff59 100644
--- a/xdgmenumaker/debian/postinst
+++ b/xdgmenumaker/debian/postinst
@@ -1,6 +1,8 @@
#!/bin/sh
# xdgmenumaker postinst
+#DEBHELPER#
+
case "$1" in
triggered)
{
bgstack15