home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
app-install-data.postrm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-07-06
|
197 b
|
13 lines
#!/bin/sh
# postrm script for app-data-ubuntu
set -e
if [ "$1" = "remove" ] && [ -x /usr/sbin/update-app-install ]; then
# cache the application data
/usr/sbin/update-app-install || true
fi