summaryrefslogtreecommitdiff
path: root/xdgmenumaker/debian/postinst
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-29 08:21:45 -0400
committerB. Stack <bgstack15@gmail.com>2022-07-29 08:21:45 -0400
commit64bcab31416ddaff3d3da5801565703c37077d74 (patch)
treebf8077d666cd11b123cc5122f1e35473bba238cc /xdgmenumaker/debian/postinst
parentmakemkv 1.17.1 rc1 (diff)
downloadstackrpms-64bcab31416ddaff3d3da5801565703c37077d74.tar.gz
stackrpms-64bcab31416ddaff3d3da5801565703c37077d74.tar.bz2
stackrpms-64bcab31416ddaff3d3da5801565703c37077d74.zip
xdgmenumaker 2.0
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