mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-25 13:25:37 +00:00
15 lines
203 B
Bash
15 lines
203 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
if test -x /usr/bin/update-menus; then update-menus; fi
|
|
|
|
# dh_installdeb will replace this with shell code automatically
|
|
# generated by other debhelper scripts.
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|
|
|
|
|