add .install files

This commit is contained in:
Cabooshyy
2021-11-28 23:13:54 +00:00
parent f2deeca082
commit d8350985db

View File

@@ -0,0 +1,9 @@
post_install() {
echo -e "###########################################################"
echo -e "## The source code can be found in /opt/dmenu-distrotube ##"
echo -e "###########################################################"
}
post_upgrade() {
post_install
}