diff options
Diffstat (limited to 'setup_native/source/packinfo/shellscripts_module.txt')
-rwxr-xr-x | setup_native/source/packinfo/shellscripts_module.txt | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/setup_native/source/packinfo/shellscripts_module.txt b/setup_native/source/packinfo/shellscripts_module.txt deleted file mode 100755 index 32a15da9b..000000000 --- a/setup_native/source/packinfo/shellscripts_module.txt +++ /dev/null @@ -1,33 +0,0 @@ -%format deb - -%postinstall << END -if [ "$$1" = "configure" ] ; then - # update desktop database - if [ -x /usr/bin/update-desktop-database ]; then - update-desktop-database -q /usr/share/applications - fi - # update debian style menus - if [ -x /usr/bin/update-menus ]; then - update-menus - fi -fi -exit 0 -END - -%postremove << END -if [ "$$1" != "purge" ] -then - if [ -x /usr/bin/update-desktop-database ] - then - update-desktop-database -q /usr/share/applications - fi - if [ -x /usr/bin/update-menus ] - then - update-menus - fi -fi -exit 0 -END - -%format all - |